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]

diff --git a/jpl/bin/jpl b/jpl/bin/jpl
new file mode 100755 (executable)
index 0000000..ba39ce1
--- /dev/null
@@ -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);