@@ -52,12 +52,12 @@ Revision history for Perl extension Filter::Simple
52
52
53
53
- Added automatic preservation of existing &import subroutines
54
54
55
- - Added automatic preservation of Exporter semantics
55
+ - Added automatic preservation of Exporter semantics
56
56
57
57
58
58
0.76 Fri Nov 16 15:08:42 2001
59
59
60
- - Modified call to explicit &import so as to be invoked in original
60
+ - Modified call to explicit &import so as to be invoked in original
61
61
call context
62
62
63
63
@@ -90,7 +90,7 @@ Revision history for Perl extension Filter::Simple
90
90
- Added Sarathy's patch for \r\n newlinery (thanks Jarkko)
91
91
92
92
- Added recognition of comments as whitespace (thanks Jeff)
93
-
93
+
94
94
- Added @components variable (thanks Dean)
95
95
96
96
- Fixed handling of vars in FILTER_ONLY code=>... (thanks Lasse)
@@ -99,16 +99,16 @@ Revision history for Perl extension Filter::Simple
99
99
100
100
- Added INSTALLDIRS=>core to Makefile.PL
101
101
102
-
102
+
103
103
0.82 Mon Jun 27 02:31:06 GMT 2005
104
-
104
+
105
105
- Fixed INSTALLDIRS=>perl in Makefile.PL (thanks all)
106
106
107
107
- Fixed other problems caused by de-schwernification
108
108
109
109
110
110
0.83 Sat Oct 18 18:51:51 CET 2008
111
-
111
+
112
112
- Updated contact details: Maintained by the Perl5-Porters.
113
113
- Some tiny distribution fixes.
114
114
@@ -155,4 +155,14 @@ Revision history for Perl extension Filter::Simple
155
155
no MyFilter;
156
156
In this case it should simply not filter anything.
157
157
158
+ 0.95 Nov 11 2017
159
+
160
+ - Modernize syntax: 'use vars' -> 'our'
161
+
162
+ 0.96 Nov 25 2019
163
+
164
+ - Fix for GH #17122 and sanity check for executable_no_comments
165
+
166
+ 0.97 Mon Aug 11 05:35:34 PM EDT 2025
158
167
168
+ - Correct ambiguous double assignment to INSTALLDIRS in Makefile.PL
0 commit comments