Commit graph

5 commits

Author SHA1 Message Date
hiramatsu
645f889fe7 Update p5-Regexp-Parser to 0.21.
Changes from previous:
  0.21    -- Todd Rinaldo May 28, 2011
   - CPAN Testers looks good. Releasing to stable. No changes other than version.

  0.20_01 -- Todd Rinaldo - May 24, 2011
   - RT 42096 - Fix warning emissions in perl 5.10+ (Variable "$nest" is not available...)
   - RT 66848 - Fix test failures in perl 5.14 by converting t/02subclass.t to Test::More
2011-11-25 08:15:48 +00:00
obache
39619a9444 Revision bump after updating perl5 to 5.14.1. 2011-08-14 12:26:04 +00:00
seb
c3f1e700ad Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
2010-08-21 16:32:42 +00:00
he
b021813da0 Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
2008-10-19 19:17:40 +00:00
he
75f6480afc Import p5-Regexp-Parser version 0.20.
Should fix PR#39541.

This module parses regular expressions (regexes). Its default "grammar" is Perl
5.8.4's regex set. Grammar is quoted because the module does not so much define
a grammar as let each matched node state what it expects to match next, but
there is not currently a way of extracting a complete grammar. This may change
in future versions.
2008-09-15 15:14:51 +00:00