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 (devel/p5-Perl-Critic) Updated to...
details: https://anonhg.NetBSD.org/pkgsrc/rev/4ffca45fc2ff
branches: trunk
changeset: 427424:4ffca45fc2ff
user: mef <mef%pkgsrc.org@localhost>
date: Thu Apr 16 13:50:59 2020 +0000
description:
(devel/p5-Perl-Critic) Updated to 1.138
1.138 Fri Jan 24 15:50:34 CST 2020
Stable release. No changes since 1.137_01.
1.137_01 Thu Jan 23 16:44:57 CST 2020
[Fixes]
RequireCheckingReturnValueOfEval didn't count returning the result of an
eval as checking it. Now it does. However, it's only if you "return eval
{ ... }". It still doesn't handle the case of "return ( eval {} )".
Thanks, Tom Wyant. (GH #324)
ProhibitPunctuationVars would get confused and think that the expression
qr/SOME$/ was using the $/ special variable. Thanks, Tom Wyan. (GH #843)
diffstat:
devel/p5-Perl-Critic/Makefile | 4 ++--
devel/p5-Perl-Critic/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (28 lines):
diff -r 7273755d2bcb -r 4ffca45fc2ff devel/p5-Perl-Critic/Makefile
--- a/devel/p5-Perl-Critic/Makefile Thu Apr 16 13:37:43 2020 +0000
+++ b/devel/p5-Perl-Critic/Makefile Thu Apr 16 13:50:59 2020 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.41 2020/01/01 05:39:06 mef Exp $
+# $NetBSD: Makefile,v 1.42 2020/04/16 13:50:59 mef Exp $
#
-DISTNAME= Perl-Critic-1.136
+DISTNAME= Perl-Critic-1.138
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Perl/}
diff -r 7273755d2bcb -r 4ffca45fc2ff devel/p5-Perl-Critic/distinfo
--- a/devel/p5-Perl-Critic/distinfo Thu Apr 16 13:37:43 2020 +0000
+++ b/devel/p5-Perl-Critic/distinfo Thu Apr 16 13:50:59 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.25 2020/01/01 05:39:06 mef Exp $
+$NetBSD: distinfo,v 1.26 2020/04/16 13:50:59 mef Exp $
-SHA1 (Perl-Critic-1.136.tar.gz) = f275bc83cd7252bda940baee38355860f51d71d7
-RMD160 (Perl-Critic-1.136.tar.gz) = 55e08b653b7c6f03da4e979196354cd1fd785f9a
-SHA512 (Perl-Critic-1.136.tar.gz) = 91664725ad6698203b73bcd678a540b57654d7411e3bfa467221216eaebaddd38d518dc1652137b012655d030f83cb48478b4eef3789422578773ce784ba3934
-Size (Perl-Critic-1.136.tar.gz) = 649105 bytes
+SHA1 (Perl-Critic-1.138.tar.gz) = 0e9fcc83769e2a8b3757aa1060594594f2f1014c
+RMD160 (Perl-Critic-1.138.tar.gz) = b9fbef6a0c2ee01e5c827791928d1e7131fbb30e
+SHA512 (Perl-Critic-1.138.tar.gz) = e36c44dc6ab67cdb0014c6b575238e3c54d4ffa506082df66f5e44ec0137111945f3a1196f2902e7c363c9ea10f08bfc8285b75d0af32080d9603ae7b28a4df7
+Size (Perl-Critic-1.138.tar.gz) = 649701 bytes
Home |
Main Index |
Thread Index |
Old Index