diff options
author | sno <sno@pkgsrc.org> | 2012-05-11 13:04:35 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2012-05-11 13:04:35 +0000 |
commit | cce40383d552c4d7c32f5f5c384f3d7724678089 (patch) | |
tree | 03d9d8b833c4ecc3679d94ea06d5af03c448068b /devel | |
parent | 0e101bf0d2b6ee21b048f3564264b2bf17239baa (diff) | |
download | pkgsrc-cce40383d552c4d7c32f5f5c384f3d7724678089.tar.gz |
Updating package for Perl5 distribution PPIx::Regexp in devel/p5-PPIx-Regexp
from 0.021 to 0.026.
Upstream changes (keep in mind versions with underscores marking developer releases):
0.026 2012-02-24 T. R. Wyant
Add support for \F (fold case), added in 5.15.8.
0.025 2012-01-04 T. R. Wyant
Tolerate leading and trailing white space around the regular
expression. These are still round-trip safe, since the white space
is tokenized.
Make Changes file conform to CPAN::Changes, and add
xt/author/changes.t to ensure continued compliance.
0.024 2011-12-17 T. R. Wyant
Reinstate author test xt/author/manifest.t, which was clobbered
shortly before the release of 0.021_10.
0.023 2011-12-08 T. R. Wyant
Correct address of FSF in the version of the GPL distributed in
LICENSES/Copying. Thanks to Petr Pisar for picking this up.
0.022 2011-11-24 T. R. Wyant
Correct various documentation errors.
The default-modifier functionality is no longer considered
experimental.
No code changes since 0.021_11.
0.021_11 2011-11-15 T. R. Wyant
Don't initialize effective modifiers with '^', since that wrongly
asserts that /d has been seen somewhere along the line.
Implement negation of match-semantic modifiers (e.g. 'no re /u;') by
setting the relevant datum to undef.
THE DEFAULT-MODIFIER FUNCTIONALITY IS EXPERIMENTAL, AND MAY BE CHANGED
WITHOUT NOTICE until the next production release.
0.021_10 2011-11-14 T. R. Wyant
Support for default modifiers. This includes:
* default_modifiers argument to new() in PPIx::Regexp,
PPIx::Regexp::Tokenizer, and PPIx::Regexp::Dumper
* Public method modifier_asserted() on PPIx::Regexp, to return
whether a given modifier is actually in effect. The results of the
modifier() method are unchanged.
THIS FUNCTIONALITY IS EXPERIMENTAL, AND MAY BE CHANGED OR REVOKED
WITHOUT WARNING.
Require Test::More 0.88 for installation. Eliminate all the 'eval
{ require ... }' logic in favor of 'use Test::More 0.88'.
Have Makefile.PL make use of {BUILD_REQUIRES} if it is available.
Fix PPIx::Regexp::Token::Whitespace->can_be_quantified() to return
false.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-PPIx-Regexp/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-PPIx-Regexp/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/p5-PPIx-Regexp/Makefile b/devel/p5-PPIx-Regexp/Makefile index 8a0b4f8eadf..b1abbdd4687 100644 --- a/devel/p5-PPIx-Regexp/Makefile +++ b/devel/p5-PPIx-Regexp/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2011/08/16 22:52:41 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2012/05/11 13:04:35 sno Exp $ # -DISTNAME= PPIx-Regexp-0.021 +DISTNAME= PPIx-Regexp-0.026 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/W/WY/WYANT/} diff --git a/devel/p5-PPIx-Regexp/distinfo b/devel/p5-PPIx-Regexp/distinfo index 94ffabe9e58..ff8a8d85fbc 100644 --- a/devel/p5-PPIx-Regexp/distinfo +++ b/devel/p5-PPIx-Regexp/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2011/08/16 22:52:41 wiz Exp $ +$NetBSD: distinfo,v 1.5 2012/05/11 13:04:35 sno Exp $ -SHA1 (PPIx-Regexp-0.021.tar.gz) = 676b7470b0d47982739703a5907528c310178348 -RMD160 (PPIx-Regexp-0.021.tar.gz) = 248eace8f39c8b116decacb4098d4db8d715fe87 -Size (PPIx-Regexp-0.021.tar.gz) = 136391 bytes +SHA1 (PPIx-Regexp-0.026.tar.gz) = 0e3f94e81eb5821ba20cf5dda6338f7bfaa1aadb +RMD160 (PPIx-Regexp-0.026.tar.gz) = 8ed3eafbefd5c19f5c17fb283102934dbd991e6d +Size (PPIx-Regexp-0.026.tar.gz) = 146293 bytes |