Re: killing USE_5005THREADS in blead?
[p5sagit/p5-mst-13.2.git] / lib / Filter / Simple / README
index 5f22642..5ec13de 100644 (file)
@@ -1,5 +1,5 @@
 ==============================================================================
-                  Release of version 0.70 of Filter::Simple
+                  Release of version 0.78 of Filter::Simple
 ==============================================================================
 
 
@@ -46,21 +46,20 @@ COPYRIGHT
 
 ==============================================================================
 
-CHANGES IN VERSION 0.70
+CHANGES IN VERSION 0.78
 
 
-       - Added FILTER_ONLY for fine-grained filtering of code,
-         strings, or regexes
+       - Re-corified test modules in line with Jarkko's new scheme
 
-       - Fixed document snafu regarding optional terminators
+       - Various POD nits unknitted (thanks Autrijus)
 
-       - Fixed bug so that FILTER now receives *all* import args
-         (i.e. including the class name in $_[0])
+       - Added the missing DotsForArrows.pm demo file (thanks Autrijus)
 
-       - Allowed default terminator to allow comments embedded in it
-         (thanks, Christian) and to handle __DATA__ and __END__
+       - Added support for Perl 5.005
 
-       - Fixed handling of __DATA__ and *DATA
+       - added prereq for Text::Balanced in Makefile.PL
+
+       - Added note about use of /m flag when using ^ or $ in filter regexes
 
 
 ==============================================================================