From: Gurusamy Sarathy Date: Mon, 30 Nov 1998 01:35:56 +0000 (+0000) Subject: stub bin/jpl that just runs JPL::Compile::files() X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d0cac7ff8a4e0bb37b605e998ea484c1ab5f806a;p=p5sagit%2Fp5-mst-13.2.git stub bin/jpl that just runs JPL::Compile::files() p4raw-id: //depot/perl@2413 --- diff --git a/jpl/bin/jpl b/jpl/bin/jpl new file mode 100755 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);