diff options
author | wen <wen@pkgsrc.org> | 2019-06-01 07:10:42 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2019-06-01 07:10:42 +0000 |
commit | 9dcfe11281b0157198ce3a7551249cce18da6abc (patch) | |
tree | 2f07aab77fcda8b1cf41acf5d0292afd0a75d51d /devel | |
parent | 206a73ff27c0e407b846b787ff27447b648c92f2 (diff) | |
download | pkgsrc-9dcfe11281b0157198ce3a7551249cce18da6abc.tar.gz |
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 (limited to 'devel')
-rw-r--r-- | devel/p5-Perl-Critic/Makefile | 8 | ||||
-rw-r--r-- | devel/p5-Perl-Critic/distinfo | 10 |
2 files changed, 8 insertions, 10 deletions
diff --git a/devel/p5-Perl-Critic/Makefile b/devel/p5-Perl-Critic/Makefile index b6bf249d5d9..d8a3963e00a 100644 --- a/devel/p5-Perl-Critic/Makefile +++ b/devel/p5-Perl-Critic/Makefile @@ -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 @@ REPLACE_PERL= lib/Test/Perl/Critic/Policy.pm 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 --git a/devel/p5-Perl-Critic/distinfo b/devel/p5-Perl-Critic/distinfo index 0b0146f44f5..20c5f410aca 100644 --- a/devel/p5-Perl-Critic/distinfo +++ b/devel/p5-Perl-Critic/distinfo @@ -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 |