use strict, warnings in the filter code
[p5sagit/lib-with-preamble.git] / my / lib.pm
index eddf4e8..3861292 100644 (file)
--- a/my/lib.pm
+++ b/my/lib.pm
@@ -1,2 +1,3 @@
+use strict; use warnings;
 use lib::with::preamble 'use strict;', 'lib';
 1;