Pkgsrc changes:
- Package supports installation to DESTDIR.
- New requirement p5-version.
- Added HOMEPAGE
Changes since version 1.95:
===========================
1.96.0 Mon May 1 21:52:37 2006
- Fixed major bug in extract_multiple handling of unknowns
- Fixed return value on failure (thanks Eric)
- Fixed bug differentiating heredocs and left-shift operators
(thanks Anthony)
1.97 Mon May 1 21:58:04 2006
- Removed three-part version number and dependency on version.pm
1.98 Fri May 5 14:58:49 2006
- Reinstated full test suite (thanks Steve!)
1.99.0 Thu Nov 16 07:32:06 2006
- Removed reliance on expensive $& variable (thanks John)
- Made Makefile.PL play nice with core versions (thanks Schwern!)
1.99.1 Thu Nov 16 09:29:14 2006
- Included dependency on version.pm (thanks Andy)
2.0.0 Wed Dec 20 10:50:24 2006
- Added patches from bleadperl version (thanks Rafael!)
- Fixed bug in second bracketed delimiters (thanks David)
- Fixed subtle bug in gen_extract_tagged
- Doc fix: removed suggestion that extract_tagged defaults
to matching HTML tags
- Doc fix: clarified general matching behaviour
- Fixed bug in parsing /.../ after a (
- Doc fix: documented extract_variable
- Fixed extract_variable handling of $h{qr}, $h{tr}, etc.
- Fixed incorrect handling of $::var
- Fixed error count on t/extract_variable.t
- Fixed bug in extract_codelike when non-standard delimiters used
- Revised licence for inclusion in core distribution
- Consolidated POD in .pm file
- renamed tests to let DOS cope with them
- Made extract_multiple aware of skipped prefixes returned
by subroutine extractors (such as extract_quotelike, etc.)
- Made extract_variable aware of punctuation variables
- Corified tests
- Fixed extvar.t tests