Name: | perl-Parse-RecDescent |
---|---|
Version: | 1.962.2 |
Release: | 2.el6 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 489855 |
License: | GPL+ or Artistic |
RPM: | perl-Parse-RecDescent-1.962.2-2.el6.noarch.rpm |
Source RPM: | perl-Parse-RecDescent-1.962.2-2.el6.src.rpm |
Build Date: | Tue Jun 07 2011 |
Build Host: | ca-build19.us.oracle.com |
Vendor: | Oracle America |
URL: | http://search.cpan.org/dist/Parse-RecDescent/ |
Summary: | Parse-RecDescent Perl module |
Description: | Parse::RecDescent incrementally generates top-down recursive-descent text parsers from simple yacc-like grammar specifications. It provides: * Regular expressions or literal strings as terminals (tokens), * Multiple (non-contiguous) productions for any rule, * Repeated and optional subrules within productions, * Full access to Perl within actions specified as part of the grammar, * Simple automated error reporting during parser generation and parsing, * The ability to commit to, uncommit to, or reject particular productions during a parse, * The ability to pass data up and down the parse tree ("down" via subrule argument lists, "up" via subrule return values) * Incremental extension of the parsing grammar (even during a parse), * Precompilation of parser objects, User-definable reduce-reduce conflict resolution via "scoring" of matching productions. |
- rebuilt for RHEL-6 - Related: rhbz#643547
- updated for latest GA SQL::Translator - add default filtering - auto-update to 1.962.2 (by cpan-spec-update 0.01) - added a new br on perl(Text::Balanced) (version 0)
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
- new upstream version
- Rebuild for perl 5.10 (again)
- rebuild for new perl
- Apply fixes from package review: - Remove BR: perl - Use iconv to convert file to utf-8 - Include BR: perl(Test::Pod) - Fix old changelog entry - Resolves: bz#226274
- add BR: perl(version), perl(Test::More)
- bump to 1.95.1 - correct license tag (now under perl license) - add BR: perl(ExtUtils::MakeMaker)
- Bring fixes from EPEL build into F8 - Fix minor specfile issues - Package the docs as well
- rebuild
- rebuild for new perl-5.8.8
- rebuilt for new gcc
- rebuilt for new gcj
- #155620 - Bring up to date with current Fedora.Extras perl spec template.
- rebuild
- fix rm to not be interactive (bz115997)
- update to 1.94
- automated release bump and build
- remove Text::Balanced modules since they are now in core perl
- description update
- Specfile autogenerated