perl-PPI/PPI-1.215-utf8.patch
Paul Howarth 56ea867029 Clean up buildreqs
- Classify buildreqs by usage
- BR: perl(Time::HiRes) for the test suite
- BR: perl(Pod::Simple) ≥ 3.14 for the release tests
- BR: at least version 0.17 of perl(Test::CPAN::Meta)
- Bump perl(Test::Pod) version requirement to 1.44
- Don't need to remove empty directories from the buildroot
2012-08-25 19:54:02 +01:00

12 lines
701 B
Diff

--- Changes
+++ Changes
@@ -705,7 +705,7 @@ Revision history for Perl extension PPI
- 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.