Skip to content

Commit

Permalink
Update to 1.120
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
wen committed Oct 31, 2013
1 parent 3e7401f commit 43ed477
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
6 changes: 2 additions & 4 deletions devel/p5-Perl-Critic/Makefile
Original file line number Diff line number Diff line change
@@ -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/}

Expand Down
8 changes: 4 additions & 4 deletions devel/p5-Perl-Critic/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 43ed477

Please sign in to comment.