projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
00e84ba
)
stub bin/jpl that just runs JPL::Compile::files()
Gurusamy Sarathy [Mon, 30 Nov 1998 01:35:56 +0000 (
01:35
+0000)]
p4raw-id: //depot/perl@2413
jpl/bin/jpl
[new file with mode: 0755]
patch
|
blob
diff --git a/jpl/bin/jpl
b/jpl/bin/jpl
new file mode 100755
(executable)
index 0000000..
ba39ce1
--- /dev/null
+++ b/
jpl/bin/jpl
@@ -0,0
+1,8
@@
+#!/usr/bin/perl -w
+
+# Copyright 1997, O'Reilly & Associate, Inc.
+#
+# This package may be copied under the same terms as Perl itself.
+
+use JPL::Compile qw(files);
+files(@ARGV);