From: Karen Etheridge <ether@cpan.org>
Date: Sat, 4 Oct 2014 19:17:58 +0000 (-0700)
Subject: also add "use warnings" to installed module
X-Git-Tag: v0.001003~4
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=073d120fb3a8e5b2b1e224d07392e21b12764e66;p=p5sagit%2Flib-with-preamble.git

also add "use warnings" to installed module
---

diff --git a/my/filter b/my/filter
index cf94d9f..b53e3fe 100644
--- 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 }