Convert lib/Text/ParseWords.t to Test::More
[p5sagit/p5-mst-13.2.git] / lib / Text / Balanced / Changes
index 5b34b73..dfdae9a 100644 (file)
@@ -246,3 +246,76 @@ 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)
+
+
+
+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!)