Fix for: [perl #30442] Text::ParseWords does not handle backslashed newline inside...
[p5sagit/p5-mst-13.2.git] / lib / Text / Balanced / Changes
index 5b34b73..c8c79fb 100644 (file)
@@ -246,3 +246,56 @@ Revision history for Perl extension Text::Balanced.
        - Consolidated POD in .pm file
 
        - renamed tests to let DOS cope with them
+
+
+1.87   Thu Nov 15 21:25:35 2001
+
+       - 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
+
+
+1.89   Sun Nov 18 22:49:50 2001
+
+       - Fixed extvar.t tests
+
+
+1.90   Tue Mar 25 11:14:38 2003
+
+       - Fixed subtle bug in gen_extract_tagged (thanks Martin)
+
+       - 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.
+         (thanks, Briac)
+
+       - Fixed incorrect handling of $::var (thanks Tim)
+
+
+1.91   Fri Mar 28 23:19:17 2003
+
+       - Fixed error count on t/extract_variable.t
+
+       - Fixed bug in extract_codelike when non-standard delimiters used
+
+
+1.94   Sun Apr 13 02:18:41 2003
+
+       - rereleased in attempt to fix CPAN problems
+
+
+1.95   Mon Apr 28 00:22:04 2003
+
+       - Constrainted _match_quote to only match at word boundaries
+         (so "exemplum(hic)" doesn't match "m(hic)")
+         (thanks Craig)