Mis-add.
[p5sagit/p5-mst-13.2.git] / lib / Filter / Simple / Changes
1 Revision history for Perl extension Filter::Simple
2
3 0.01  Tue Sep 19 20:18:44 2000
4         - original version; created by h2xs 1.18
5
6 0.01    Tue Sep 26 09:30:14 2000
7
8         - Changed module name to Filter::Simple
9
10
11 0.60    Wed May  2 07:38:18 2001
12
13         - Fixed POD nit (thanks Dean)
14
15         - Added optional second argument to import to allow
16           terminator to be changed (thanks Brad)
17
18         - Fixed bug when empty filtered text was appended to (thanks Brad)
19
20         - Added FILTER as the normal mechanism for specifying filters
21
22
23 0.61    Mon Sep  3 08:25:21 2001
24
25         - Added a real test suite (thanks Jarkko)
26
27         - Changed licence to facilitate inclusion in
28           core distribution
29
30         - Added documentation for using F::S and Exporter together
31
32
33 0.70    Wed Nov 14 23:36:18 2001
34
35         - Added FILTER_ONLY for fine-grained filtering of code,
36           strings, or regexes
37
38         - Fixed document snafu regarding optional terminators
39
40         - Fixed bug so that FILTER now receives *all* import args
41           (i.e. including the class name in $_[0])
42
43         - Allowed default terminator to allow comments embedded in it
44           (thanks, Christian) and to handle __DATA__ and __END__
45
46         - Fixed handling of __DATA__ and *DATA
47
48
49 0.75    Fri Nov 16 14:36:07 2001
50
51         - Corified tests (thanks Jarkko)
52
53         - Added automatic preservation of existing &import subroutines
54
55         - Added automatic preservation of Exporter semantics 
56
57
58 0.76    Fri Nov 16 15:08:42 2001
59
60         - Modified call to explicit &import so as to be invoked in original 
61           call context
62
63
64 0.77    Sat Nov 24 06:48:47 2001
65
66         - Re-allowed user-defined terminators to be regexes