- 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