pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-Perl-Critic Update to 1.120



details:   https://anonhg.NetBSD.org/pkgsrc/rev/20d3f43f8a23
branches:  trunk
changeset: 626059:20d3f43f8a23
user:      wen <wen%pkgsrc.org@localhost>
date:      Thu Oct 31 03:04:33 2013 +0000

description:
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:

 devel/p5-Perl-Critic/Makefile |  6 ++----
 devel/p5-Perl-Critic/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 8 deletions(-)

diffs (29 lines):

diff -r 30e86ae21643 -r 20d3f43f8a23 devel/p5-Perl-Critic/Makefile
--- a/devel/p5-Perl-Critic/Makefile     Thu Oct 31 02:27:03 2013 +0000
+++ b/devel/p5-Perl-Critic/Makefile     Thu Oct 31 03:04:33 2013 +0000
@@ -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 -r 30e86ae21643 -r 20d3f43f8a23 devel/p5-Perl-Critic/distinfo
--- a/devel/p5-Perl-Critic/distinfo     Thu Oct 31 02:27:03 2013 +0000
+++ b/devel/p5-Perl-Critic/distinfo     Thu Oct 31 03:04:33 2013 +0000
@@ -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



Home | Main Index | Thread Index | Old Index