From: Matt S Trout Date: Wed, 20 Feb 2013 19:56:43 +0000 (+0000) Subject: add my my/ files X-Git-Tag: v0.001000~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ca8c59a75113a472cd8f801298f2b2681d5f805f;p=p5sagit%2Flib-with-preamble.git add my my/ files --- diff --git a/my/filter b/my/filter new file mode 100644 index 0000000..cf94d9f --- /dev/null +++ b/my/filter @@ -0,0 +1,2 @@ +print "use strict;\n#line 1\n"; +while () { print } diff --git a/my/lib.pm b/my/lib.pm new file mode 100644 index 0000000..eddf4e8 --- /dev/null +++ b/my/lib.pm @@ -0,0 +1,2 @@ +use lib::with::preamble 'use strict;', 'lib'; +1;