also add "use warnings" to installed module
[p5sagit/lib-with-preamble.git] / my / filter
CommitLineData
073d120f 1print "use strict;\nuse warnings;\n#line 1\n";
ca8c59a7 2while (<STDIN>) { print }