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 | 4832fcb08675400613f9b4c3eaee13d86dc0c4dc (patch) | |
tree | 324a1b54a17de895a8de4eff0c5bb75341553dee /jpl | |
parent | a90e8003657204ac0039de5f71e96388a420a616 (diff) | |
download | perl-4832fcb08675400613f9b4c3eaee13d86dc0c4dc.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); |