perl-PPI/PPI-1.215-UTF8.patch
Paul Howarth 9ba4d51171 Clean up for modern rpm
- Always run test suite but don't run release tests when bootstrapping
- Nobody else likes macros for commands
- Clean up for modern rpm:
  - Drop explicit buildroot tag
  - Drop buildroot cleaning
  - Drop %defattr
  - Use native provides filtering
- Use a patch rather than scripting iconv to fix character encoding
- Upstream file permissions no longer need fixing
2011-07-21 11:02:40 +01:00

12 lines
669 B
Diff

--- PPI/Changes
+++ PPI/Changes
@@ -705,7 +705,7 @@
- Resolved Lexer bug CPAN #13425 ( $p{package} creates a PPI::Statement::Package )
Added smarts to resolve word-started statements as ::Expression in subscripts
- Resolved PDOM bug CPAN #13326 ( problems in index_locations )
- Patch and comprehensive additional tests provided by johanl[ÄT]DarSerMan.com
+ Patch and comprehensive additional tests provided by johanl[ÄT]DarSerMan.com
- Removed dependency on Class::Autouse. Just load Tokenizer and Lexer up front.
- Removed dependency on File::Slurp. Only use it 3 times and it's not worth it
when almost all the files we will read are under 50k.