projects
/
p5sagit/lib-with-preamble.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
c929b89
)
also add "use warnings" to installed module
Karen Etheridge [Sat, 4 Oct 2014 19:17:58 +0000 (12:17 -0700)]
my/filter
patch
|
blob
|
blame
|
history
diff --git
a/my/filter
b/my/filter
index
cf94d9f
..
b53e3fe
100644
(file)
--- a/
my/filter
+++ b/
my/filter
@@
-1,2
+1,2
@@
-print "use strict;\n#line 1\n";
+print "use strict;\nuse warnings;\n#line 1\n";
while (<STDIN>) { print }