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