pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/p5-PPIx-QuoteLike Update to 0.022
details: https://anonhg.NetBSD.org/pkgsrc/rev/16fdc0c795e5
branches: trunk
changeset: 377539:16fdc0c795e5
user: wen <wen%pkgsrc.org@localhost>
date: Fri Apr 22 09:59:15 2022 +0000
description:
Update to 0.022
Upstream changes:
0.022 2022-04-15 T. R. Wyant
Remove 'postderef' argument to new(). Postfix dereference is always
recognized.
0.021 2022-04-03 T. R. Wyant
Recognize postfix deref in '@{[ ... ]}' for determining minimum Perl
version. This recognizes all forms of postfix dereference,
including ->%*, ->&*, and ->**. NOTE that for now this remains a
PPIx::QuoteLike::Token::Interpolation.
Require PPI 1.238 for postfix deref support, and prune code that
dealt with PPI's old behavior.
Postfix %*, &*, and ** do not interpolate.
Correct perl_version_introduced() for interpolated postfix scalar
deref.
diffstat:
textproc/p5-PPIx-QuoteLike/Makefile | 4 ++--
textproc/p5-PPIx-QuoteLike/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (25 lines):
diff -r 7dcfba3654a0 -r 16fdc0c795e5 textproc/p5-PPIx-QuoteLike/Makefile
--- a/textproc/p5-PPIx-QuoteLike/Makefile Fri Apr 22 09:37:10 2022 +0000
+++ b/textproc/p5-PPIx-QuoteLike/Makefile Fri Apr 22 09:59:15 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2022/04/02 08:55:04 wen Exp $
+# $NetBSD: Makefile,v 1.15 2022/04/22 09:59:15 wen Exp $
-DISTNAME= PPIx-QuoteLike-0.020
+DISTNAME= PPIx-QuoteLike-0.022
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/W/WY/WYANT/}
diff -r 7dcfba3654a0 -r 16fdc0c795e5 textproc/p5-PPIx-QuoteLike/distinfo
--- a/textproc/p5-PPIx-QuoteLike/distinfo Fri Apr 22 09:37:10 2022 +0000
+++ b/textproc/p5-PPIx-QuoteLike/distinfo Fri Apr 22 09:59:15 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2022/04/02 08:55:04 wen Exp $
+$NetBSD: distinfo,v 1.12 2022/04/22 09:59:15 wen Exp $
-BLAKE2s (PPIx-QuoteLike-0.020.tar.gz) = 39c69917d7ca6d5eac00eeaebbee562c0a17c928d8c56151a507b82544eed024
-SHA512 (PPIx-QuoteLike-0.020.tar.gz) = 81b2d1ebe26f597a0050c1662263797e4445813c574fb166aacd8fcf9b0a1578dcb2d66878805897bee2fd70862335726718d3258af22da1db28dc83a87abd3d
-Size (PPIx-QuoteLike-0.020.tar.gz) = 73977 bytes
+BLAKE2s (PPIx-QuoteLike-0.022.tar.gz) = 9ff9e41afc5798be4f70a154c7d39ebe5149649b129c2e53516a757c618e69f8
+SHA512 (PPIx-QuoteLike-0.022.tar.gz) = b5b7f1de4b4d08f7167560f12a3ec0b24f4cd92739911a3c18bc6b5ecc54b2d2facd7470672e322b5360c4b235f5b8a55e7a9f382d30177f579ef9b70aadc54a
+Size (PPIx-QuoteLike-0.022.tar.gz) = 74248 bytes
Home |
Main Index |
Thread Index |
Old Index