pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/p5-PPIx-QuoteLike



Module Name:    pkgsrc
Committed By:   wen
Date:           Fri Apr 22 09:59:15 UTC 2022

Modified Files:
        pkgsrc/textproc/p5-PPIx-QuoteLike: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/textproc/p5-PPIx-QuoteLike/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/textproc/p5-PPIx-QuoteLike/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/p5-PPIx-QuoteLike/Makefile
diff -u pkgsrc/textproc/p5-PPIx-QuoteLike/Makefile:1.14 pkgsrc/textproc/p5-PPIx-QuoteLike/Makefile:1.15
--- pkgsrc/textproc/p5-PPIx-QuoteLike/Makefile:1.14     Sat Apr  2 08:55:04 2022
+++ pkgsrc/textproc/p5-PPIx-QuoteLike/Makefile  Fri Apr 22 09:59:15 2022
@@ -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/}

Index: pkgsrc/textproc/p5-PPIx-QuoteLike/distinfo
diff -u pkgsrc/textproc/p5-PPIx-QuoteLike/distinfo:1.11 pkgsrc/textproc/p5-PPIx-QuoteLike/distinfo:1.12
--- pkgsrc/textproc/p5-PPIx-QuoteLike/distinfo:1.11     Sat Apr  2 08:55:04 2022
+++ pkgsrc/textproc/p5-PPIx-QuoteLike/distinfo  Fri Apr 22 09:59:15 2022
@@ -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