- 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
- 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)
- 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