projects
/
p5sagit/lib-with-preamble.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
17ac3a7
)
add my my/ files
Matt S Trout [Wed, 20 Feb 2013 19:56:43 +0000 (19:56 +0000)]
my/filter
[new file with mode: 0644]
patch
|
blob
my/lib.pm
[new file with mode: 0644]
patch
|
blob
diff --git a/my/filter
b/my/filter
new file mode 100644
(file)
index 0000000..
cf94d9f
--- /dev/null
+++ b/
my/filter
@@ -0,0
+1,2
@@
+print "use strict;\n#line 1\n";
+while (<STDIN>) { print }
diff --git a/my/lib.pm
b/my/lib.pm
new file mode 100644
(file)
index 0000000..
eddf4e8
--- /dev/null
+++ b/
my/lib.pm
@@ -0,0
+1,2
@@
+use lib::with::preamble 'use strict;', 'lib';
+1;