Commit Graph

8 Commits

Author SHA1 Message Date
Paul Howarth f428817612 Update to 1.218
- New upstream release 1.218
  - Fixes for various parsing and documentation bugs
  - 1MB limit on input document size removed
  - Moved repository to GitHub: https://github.com/adamkennedy/PPI
- This release by MITHALDU → update source URL
- Use %license where possible
2014-08-25 23:21:26 +01:00
Paul Howarth 11437bdfa0 Update to 1.215
- General fix release 1.215:
  - index_locations on an empty document no longer warns
  - Corrected a bug in line-spanning attribute support
  - Regression test for line-spanning attribute support
  - return { foo => 1 } should parse curlys as hash constructor, not block
    (CPAN RT#61305)
  - Fixed bug with map and regexp confusing PPI (CPAN RT#63943)
  - Updated copyright year to 2011
  - Fix bless {} probably contains a hash constructor (CPAN RT#64247)
  - Backed out glob fix
  - Fix cast can trump braces in PPI::Token::Symbol->symbol (CPAN RT#65199)
2011-03-27 11:18:19 +01:00
Paul Howarth fcd2e65f37 Update to 1.213
- Targeted bug fix release, no changes to parsing or normal usage:
  - Updated to Module::Install 1.00
  - Updated module dependencies in xt author tests
  - Fixed extremely broken PPI::Token::Pod::merge and added test case
- Bump perl(Perl::MinimumVersion) requirement to 1.25
- Bump perl(Test::CPAN::Meta) requirement to 0.17
- Bump perl(Test::Pod) requirement to 1.44
2010-07-31 17:02:18 +01:00
Paul Howarth cd85bb8e32 Update to 1.212
- Experimental/development support and bugfix release:
  - Fixed bug in ForLoop back-compatibility warning (CPAN RT#48819)
  - Added support for $ENV{X_TOKENIZER} --> $PPI::Lexer::X_TOKENIZER
  - Upgraded to Module::Install 0.93
  - Added support for $PPI::Lexer::X_TOKENIZER, so that alternate experimental
    tokenizers can be swapped in for testing
  - Added an extra 14_charsets.t case to validate we handle byte order marks
    properly
  - Moved author tests from t to xt to reduce spurious test failures in CPAN
    Testers, when the testing modules change across versions
  - Fixed #26082: scalar { %x } is misparsed
  - Fixed #26591: VMS patch for PPI 1.118
  - Fixed #44862: PPI cannot parse "package Foo::100;" correctly
  - Fixed #54208: PPI::Token::Quote::Literal::literal is missing due to
    case-sensitivity error
- Run release tests as well as regular test suite
- BR: perl(File::Find::Rule) >= 0.32, perl(File::Find::Rule::Perl) >= 1.09,
  perl(Perl::MinimumVersion) >= 1.24 and perl(Test::MinimumVersion) >= 0.101080
  for release tests
2010-07-31 15:21:18 +01:00
Paul Howarth 54bb97dfa0 Update to 1.210
- Packaging fix release:
  - No functional changes
  - Upgrading to Module::Install 0.93
  - Added missing test_requires dependency for Class::Inspector
- Use RELEASE_TESTING rather than AUTOMATED_TESTING for better test coverage
2010-07-31 14:33:54 +01:00
Paul Howarth 19fa416e6b Update to 1.209
- Small optimisation release:
  - No functional changes
  - Upgrading to Module::Install 0.92
  - Moved the Test::ClassAPI test to only run during RELEASE_TESTING
    to reduce the dependency load (and occasionally Test::ClassAPI seems
    to FAIL on CPAN Testers)
2010-07-31 11:04:47 +01:00
Paul Howarth 5520345131 Update to 1.208
- This is a general bug fix and accuracy release:
  - don't assign '' to $^W, it generates a warning on Gentoo
  - added missing PPI::Token::Regexp fix to Changes file
  - updating Copyright to the new year
  - fixed #50309: literal() wrong result on "qw (a b c)"
  - PPI::Dumper no longer causes Elements to flush location data
  - PPI::Dumper no longer disables location information for non-Documents
  - +{ package => 1 } doesn't create a PPI::Statement::Package
  - extra methods in PPI::Token::Regexp and PPI::Token::QuoteLike::Regexp
- use %{_fixperms} macro instead of our own chmod incantation
2010-07-30 21:32:45 +01:00
Fedora Release Engineering 08b7e72b88 dist-git conversion 2010-07-29 07:41:48 +00:00