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.134



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e574792f294d
branches:  trunk
changeset: 334601:e574792f294d
user:      wen <wen%pkgsrc.org@localhost>
date:      Sat Jun 01 07:10:42 2019 +0000

description:
Update to 1.134

Upstream changes:
1.134 Wed May 22 21:17:21 CDT 2019
    Stable release.  No changes since 1.133_02.


1.133_02 Mon May 20 10:48:16 CDT 2019
    [New Features]
    Support indented heredocs.  Thanks, Gregory Oschwald. (GH#861)

    In Subroutines::ProhibitManyArgs, you can now omit the object
    variable (C<$self> or C<$class>) from the argument count.  Thanks,
    Szymon Niezna?ski. (GH#815)

    [Dependencies]
    Removed use of File::HomeDir. Thanks, Karen Etheridge.
    Upgrade to PPI 1.265.  By Will Braswell.  (GH#860)

    Fix failed tests caused by new PPI.  Thanks, Szymon Niezna?ski.
    (GH #858)

    [Internals]
    Updated the Appveyor convig.  Thanks, Roy Ivy III. (GH#851)


1.133_01 Thu Oct 25 23:21:31 CDT 2018
    [New Features]
    Added new policy BuiltinFunctions::ProhibitShiftRef.  It disallows
    this construct that causes a memory leak in Perl 5.21.4 and above:

        my $ref = \shift;

    The documentation for the policy contains details on when this can
    happen. Thanks, Todd Rinaldo. (GH#837)

    [Policy Changes]
    The policy Documentation::RequirePodLinksIncludeText is obsolete and
    has been removed. Thanks, Salvatore Bonaccorso. (GH#494)

diffstat:

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

diffs (44 lines):

diff -r 358daca274b4 -r e574792f294d devel/p5-Perl-Critic/Makefile
--- a/devel/p5-Perl-Critic/Makefile     Sat Jun 01 06:35:33 2019 +0000
+++ b/devel/p5-Perl-Critic/Makefile     Sat Jun 01 07:10:42 2019 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.36 2018/08/22 09:44:31 wiz Exp $
+# $NetBSD: Makefile,v 1.37 2019/06/01 07:10:42 wen Exp $
 #
 
-DISTNAME=      Perl-Critic-1.132
+DISTNAME=      Perl-Critic-1.134
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Perl/}
 
@@ -17,12 +16,11 @@
 DEPENDS+=      p5-B-Keywords>=1.05:../../devel/p5-B-Keywords
 DEPENDS+=      p5-Config-Tiny>=2:../../devel/p5-Config-Tiny
 DEPENDS+=      p5-Exception-Class>=1.23:../../devel/p5-Exception-Class
-DEPENDS+=      p5-File-HomeDir-[0-9]*:../../devel/p5-File-HomeDir
 DEPENDS+=      p5-File-Which-[0-9]*:../../devel/p5-File-Which
 DEPENDS+=      p5-IO-String-[0-9]*:../../devel/p5-IO-String
 DEPENDS+=      p5-List-MoreUtils>=0.19:../../devel/p5-List-MoreUtils
 DEPENDS+=      p5-Module-Pluggable>=3.1:../../devel/p5-Module-Pluggable
-DEPENDS+=      p5-PPI>=1.224:../../devel/p5-PPI
+DEPENDS+=      p5-PPI>=1.265:../../devel/p5-PPI
 DEPENDS+=      p5-PPIx-QuoteLike>=0:../../textproc/p5-PPIx-QuoteLike
 DEPENDS+=      p5-PPIx-Regexp>=0.022:../../devel/p5-PPIx-Regexp
 DEPENDS+=      p5-PPIx-Utilities>=1.001:../../devel/p5-PPIx-Utilities
diff -r 358daca274b4 -r e574792f294d devel/p5-Perl-Critic/distinfo
--- a/devel/p5-Perl-Critic/distinfo     Sat Jun 01 06:35:33 2019 +0000
+++ b/devel/p5-Perl-Critic/distinfo     Sat Jun 01 07:10:42 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.23 2018/06/19 06:44:31 wen Exp $
+$NetBSD: distinfo,v 1.24 2019/06/01 07:10:42 wen Exp $
 
-SHA1 (Perl-Critic-1.132.tar.gz) = e8d737c1fabfa70a3c0ce914ac59ca2ccd171ddd
-RMD160 (Perl-Critic-1.132.tar.gz) = c5e74c7bca2b3fa3d9e985a843ff9267394c4545
-SHA512 (Perl-Critic-1.132.tar.gz) = 489d551b4913071a9001e8476425079b3aeef44838feff622edfdb64ca09f62b569f5338d2e1982d3ccd3fdb8f30caf077ceac5ec1beebafbde7a01d6deed890
-Size (Perl-Critic-1.132.tar.gz) = 646999 bytes
+SHA1 (Perl-Critic-1.134.tar.gz) = 93d6505ebc027aff0c1a08d34658abfad32c86e9
+RMD160 (Perl-Critic-1.134.tar.gz) = fd4ce613e97694cec5ee5877dc752a08a7885266
+SHA512 (Perl-Critic-1.134.tar.gz) = 73d3fd891e055aec5dd38680696ae30f6662d0906baeea878f393adb96e34079e561cd4c3dad00f0c84c7d3a72f3119b2f8ef0c0a1601aaccc8456f1c0039b7a
+Size (Perl-Critic-1.134.tar.gz) = 649465 bytes



Home | Main Index | Thread Index | Old Index