From 43ed477f430460385df823d945200763fd9736ef Mon Sep 17 00:00:00 2001 From: wen Date: Thu, 31 Oct 2013 03:04:33 +0000 Subject: [PATCH] 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. --- devel/p5-Perl-Critic/Makefile | 6 ++---- devel/p5-Perl-Critic/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/devel/p5-Perl-Critic/Makefile b/devel/p5-Perl-Critic/Makefile index 39c0e77493491..4fef61d16079c 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 786f09310e69e..e092b5945499f 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