Fedora 17 Update: perl-Parse-RecDescent-1.967009-2.fc17

updates at fedoraproject.org updates at fedoraproject.org
Thu Jul 19 09:08:43 UTC 2012


--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2012-10461
2012-07-10 20:30:31
--------------------------------------------------------------------------------

Name        : perl-Parse-RecDescent
Product     : Fedora 17
Version     : 1.967009
Release     : 2.fc17
URL         : http://search.cpan.org/dist/Parse-RecDescent/
Summary     : Generate Recursive-Descent Parsers
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

--------------------------------------------------------------------------------
Update Information:

Upgrade to 1.967009 to fix bug in previous version
--------------------------------------------------------------------------------
ChangeLog:

* Thu Jun 14 2012 Petr Pisar <ppisar at redhat.com> - 1.967009-2
- Perl 5.16 rebuild
* Mon Mar 19 2012 Petr Pisar <ppisar at redhat.com> - 1.967009-1
- 1.967009 bump
--------------------------------------------------------------------------------

This update can be installed with the "yum" update program.  Use 
su -c 'yum update perl-Parse-RecDescent' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.

All packages are signed with the Fedora Project GPG key.  More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------


More information about the package-announce mailing list