Subject: CVS commit: pkgsrc/devel/p5-Parse-RecDescent
To: None <pkgsrc-changes@netbsd.org>
From: Martin J. Laubach <mjl@netbsd.org>
List: pkgsrc-changes
Date: 04/25/2003 17:11:05
Module Name: pkgsrc
Committed By: mjl
Date: Fri Apr 25 17:11:04 UTC 2003
Modified Files:
pkgsrc/devel/p5-Parse-RecDescent: Makefile distinfo
Log Message:
Update p5-Parse-RecDescent to 1.94
- Fixed bug in <reject> handling: failed to reject if $return
had been set.
- Added two useful demos of restructuring nested data
- Fixed doc bug re use of //
- Localized filehandles, like a good citizen should
- Misc doc bug fixes
- Fixed Text::Balance dependency in Makefile.PL
- Fixed bug that @itempos wasn't set up if referred to only in
an autoaction.
- Fixed truncation bug in tracing contexts
- Dramatically improved speed of line counting
- Made item(s) and item(s /,/) behave consistently wrt %item
- Added prototype <autorule:...> handling
- Added outer block markers for <perl_codeblock>
- Fixed multi-grammar precompilation
- Fixed numerous snafus in tutorial.html
- Added nesting level information to traces
- Fixed resetting of $text after an <uncommit> rule.
- Updated Text::Balanced to fix various bugs
- Removed Text::Balanced from distribution (now a prereq only)
- Fixed fatal error with $tracelevel
- Replaced 'our' with 'use vars' to reinstate 5.005 compatibility.
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 pkgsrc/devel/p5-Parse-RecDescent/Makefile
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/devel/p5-Parse-RecDescent/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.