use strict, warnings in the filter code
[p5sagit/lib-with-preamble.git] / my / filter
index b53e3fe..0862e25 100644 (file)
--- a/my/filter
+++ b/my/filter
@@ -1,2 +1,3 @@
+use strict; use warnings;
 print "use strict;\nuse warnings;\n#line 1\n";
 while (<STDIN>) { print }