Commit graph

2 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
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