diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-11-30 01:35:56 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-11-30 01:35:56 +0000 |
commit | d0cac7ff8a4e0bb37b605e998ea484c1ab5f806a (patch) | |
tree | 324a1b54a17de895a8de4eff0c5bb75341553dee /jpl | |
parent | 00e84ba929fa852d8b63470888608ff9bb219fa1 (diff) | |
download | perl-d0cac7ff8a4e0bb37b605e998ea484c1ab5f806a.tar.gz |
stub bin/jpl that just runs JPL::Compile::files()
p4raw-id: //depot/perl@2413
Diffstat (limited to 'jpl')
-rwxr-xr-x | jpl/bin/jpl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/jpl/bin/jpl b/jpl/bin/jpl new file mode 100755 index 0000000000..ba39ce1985 --- /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); |