summaryrefslogtreecommitdiff
path: root/devel/p5-Perl-Critic
diff options
context:
space:
mode:
authorwen <wen>2013-10-31 03:04:33 +0000
committerwen <wen>2013-10-31 03:04:33 +0000
commit967d92b0834193331eedb308e3b796dbc0e6e183 (patch)
treed1065877592162005e3c42d82e9c21911b788037 /devel/p5-Perl-Critic
parentfcbab67790b9821a6585192c07ce895188317bc1 (diff)
downloadpkgsrc-967d92b0834193331eedb308e3b796dbc0e6e183.tar.gz
Update to 1.120
Upstream changes: [1.119] Released on 2013-09-25 Bug Fixes: * Tests were failing with Config::Tiny 2.17 or later, due to a change in the error messages produced by that module. This fixes #16 on Github, #88679 & #88889 on RT. Policy Changes: * BuiltinFunctions::ProhibitVoidGrep and ::ProhibitVoidMap: grep and map called as functions are now allowed in slice operations. RT #79289 Thanks to Wade at Anomaly dot org for the patch. * Subroutines::RequireArgUnpacking: Most tests of the size of @_ are now allowed. RT #79138 Other Changes: * Modernized our usage of Exporter. See RT #75300. Thanks to Olivier Mengu. for the patch. [1.118] Released on 2012-07-10 Policy Changes: * CodeLayout::RequireTidyCode: Revise to work with incompatible changes in Perl::Tidy 20120619. RT #77977. * TestingAndDebugging::ProhibitNoWarnings: Correct the parse of the 'no warnings' statement, so that 'no warnings "qw"' is recognized as supressing just 'qw' warnings. RT #74647. * Miscellanea::RequireRcsKeywords has been moved to the Perl-Critic-More distribution, RT #69546 Other Changes: * Make all unescaped literal "{" characters in regexps into character classes. These are deprecated, and became noisy with Perl 5.17.0. RT #77510.
Diffstat (limited to 'devel/p5-Perl-Critic')
-rw-r--r--devel/p5-Perl-Critic/Makefile6
-rw-r--r--devel/p5-Perl-Critic/distinfo8
2 files changed, 6 insertions, 8 deletions
diff --git a/devel/p5-Perl-Critic/Makefile b/devel/p5-Perl-Critic/Makefile
index 39c0e774934..4fef61d1607 100644
--- a/devel/p5-Perl-Critic/Makefile
+++ b/devel/p5-Perl-Critic/Makefile
@@ -1,10 +1,8 @@
-# $NetBSD: Makefile,v 1.23 2013/05/31 12:40:39 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2013/10/31 03:04:33 wen Exp $
#
-DISTNAME= Perl-Critic-1.117
+DISTNAME= Perl-Critic-1.120
PKGNAME= p5-${DISTNAME}
-#PKGNAME= p5-${DISTNAME:C/0[0-9][0-9]$/.&/}
-PKGREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Perl/}
diff --git a/devel/p5-Perl-Critic/distinfo b/devel/p5-Perl-Critic/distinfo
index 786f09310e6..e092b594549 100644
--- a/devel/p5-Perl-Critic/distinfo
+++ b/devel/p5-Perl-Critic/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2012/05/11 13:26:14 sno Exp $
+$NetBSD: distinfo,v 1.15 2013/10/31 03:04:33 wen Exp $
-SHA1 (Perl-Critic-1.117.tar.gz) = 3a67aefe7d6e4e4a13d4dd929aa92504e7215fbc
-RMD160 (Perl-Critic-1.117.tar.gz) = 63c53031d87a9c4928af79a06c49955dc55eadfc
-Size (Perl-Critic-1.117.tar.gz) = 645793 bytes
+SHA1 (Perl-Critic-1.120.tar.gz) = fbb9fced6d5cf8b65ea1fb260cbc7030f33fc094
+RMD160 (Perl-Critic-1.120.tar.gz) = 682611d7647e47de2e0fd3c296f3e6403f553668
+Size (Perl-Critic-1.120.tar.gz) = 646517 bytes