pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/p5-PPIx-Regexp
Module Name: pkgsrc
Committed By: wen
Date: Sun Nov 16 02:22:28 UTC 2025
Modified Files:
pkgsrc/devel/p5-PPIx-Regexp: Makefile distinfo
Log Message:
Update to 0.091
Upstream changes:
0.091 2025-10-06 T. R. Wyant
Code review on use of 'PPI::Document'. I concluded it was not needed
in PPIx::Regexp::Token::Interpolation and
PPIx::Regexp::Token::Literal, but that it needed to be added to
PPIx::Regexp::Tokenizer. The purpose of this release is to submit
the changes to the tender mercies of the CPAN testers.
0.090_01 2025-09-27 T. R. Wyant
Avoid "Possible attempt to escape whitespace" warning, which is
emitted in perl-5.43.2 and forward. Thanks to James E. Keenan for
the pull request.
0.090 2025-09-21 T. R. Wyant
Explain s///eee... Perl commit 040a4d7 (perlop: properly document
s///e modifier) by mauke, makes perlop explicitly state that more
than 2 'e' modifiers are permitted, and cause the result of the
expression to be eval-ed n-1 times, where n is the number of 'e'
modifiers.
Fix typo in comment. Thanks to Michal Josef Špaček for picking this
up and providing the pull request.
0.089 2025-05-18 T. R. Wyant
The /x modifier should not affect the parse of the replacement
string in a substitution operator. That is, the '#' in s/x/#/x does
NOT introdice a comment.
Correct POD link in PPIx::Regexp::Token::Literal.
Annotate sub class(), since with Perl 5.38 it is a built-in.
To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 pkgsrc/devel/p5-PPIx-Regexp/Makefile
cvs rdiff -u -r1.38 -r1.39 pkgsrc/devel/p5-PPIx-Regexp/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/p5-PPIx-Regexp/Makefile
diff -u pkgsrc/devel/p5-PPIx-Regexp/Makefile:1.53 pkgsrc/devel/p5-PPIx-Regexp/Makefile:1.54
--- pkgsrc/devel/p5-PPIx-Regexp/Makefile:1.53 Fri Jul 4 08:46:23 2025
+++ pkgsrc/devel/p5-PPIx-Regexp/Makefile Sun Nov 16 02:22:28 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.53 2025/07/04 08:46:23 wiz Exp $
+# $NetBSD: Makefile,v 1.54 2025/11/16 02:22:28 wen Exp $
-DISTNAME= PPIx-Regexp-0.088
+DISTNAME= PPIx-Regexp-0.091
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/W/WY/WYANT/}
Index: pkgsrc/devel/p5-PPIx-Regexp/distinfo
diff -u pkgsrc/devel/p5-PPIx-Regexp/distinfo:1.38 pkgsrc/devel/p5-PPIx-Regexp/distinfo:1.39
--- pkgsrc/devel/p5-PPIx-Regexp/distinfo:1.38 Fri Aug 25 06:46:22 2023
+++ pkgsrc/devel/p5-PPIx-Regexp/distinfo Sun Nov 16 02:22:28 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.38 2023/08/25 06:46:22 wen Exp $
+$NetBSD: distinfo,v 1.39 2025/11/16 02:22:28 wen Exp $
-BLAKE2s (PPIx-Regexp-0.088.tar.gz) = 115869f5faeb025b60d3b4b5abaf78045efb2f4485943923d0cc58fbe08c6b16
-SHA512 (PPIx-Regexp-0.088.tar.gz) = a787c34c936f4b26f50a7dabd5212b2d7d4ba34e16753e740768bd354072cb6e45ebfe880658d2c9e3799ee6e99c7f2b208f128d76421750f38bd63abe2bba3c
-Size (PPIx-Regexp-0.088.tar.gz) = 255295 bytes
+BLAKE2s (PPIx-Regexp-0.091.tar.gz) = ca181475c66e7ba1b8c0f2174a0118155c1ab8ab6f9b160a2846e38554e91218
+SHA512 (PPIx-Regexp-0.091.tar.gz) = 186ad07c6ffa16fa01c1b8ba65ba09aafba105655c17b0a5d3dfce47434b289c9260a2dd1d194f8820696a06a4d0f2341ca6752f3aa6880b6966862b9faa810b
+Size (PPIx-Regexp-0.091.tar.gz) = 258091 bytes
Home |
Main Index |
Thread Index |
Old Index