- New upstream release 1.119 - Tests were failing with Config::Tiny 2.17 or later, due to a change in the error messages produced by that module (CPAN RT#88679, CPAN RT#88889, https://github.com/Perl-Critic/Perl-Critic/pull/16) - BuiltinFunctions::ProhibitVoidGrep and ::ProhibitVoidMap: grep and map called as functions are now allowed in slice operations (CPAN RT#79289) - Subroutines::RequireArgUnpacking: most tests of the size of @_ are now allowed (CPAN RT#79138) - Modernized our usage of Exporter (CPAN RT#75300) - Drop redundant patch for CPAN RT#87875epel9
parent
527d7d46ea
commit
0e1b371d22
@ -1,11 +0,0 @@
|
||||
diff -up Perl-Critic-1.118/Build.PL.orig Perl-Critic-1.118/Build.PL
|
||||
--- Perl-Critic-1.118/Build.PL.orig 2013-08-15 14:11:11.516276431 +0200
|
||||
+++ Perl-Critic-1.118/Build.PL 2013-08-15 14:14:38.963056339 +0200
|
||||
@@ -56,7 +56,6 @@ my $builder = Perl::Critic::Module::Buil
|
||||
homepage => 'http://perlcritic.com',
|
||||
license => 'http://dev.perl.org/licenses/',
|
||||
repository => 'http://guest@perlcritic.tigris.org/svn/perlcritic/trunk/distributions/Perl-Critic/',
|
||||
- MailingList => 'http://perlcritic.tigris.org/servlets/SummarizeList?listName=users',
|
||||
},
|
||||
no_index => {
|
||||
file => [
|
Loading…
Reference in new issue