in reply to Re^3: What's the best way to handle the installation and or distribution of a Perl script?
in thread What's the best way to handle the installation and or distribution of a Perl script?
With the possible exception of ExtUtils::MakeMaker, there's no "definitive" answer to creating a CPAN distribution containing a single Perl script, designed for utilitarian purposes.
All the other references you provided. Were inconclusive.
--Chris
#!/usr/bin/perl -Tw use Perl::Always or die; my $perl_version = (5.12.5); print $perl_version;
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^5: What's the best way to handle the installation and or distribution of a Perl script?
by davido (Cardinal) on Nov 25, 2013 at 00:53 UTC | |
Re^5: What's the best way to handle the installation and or distribution of a Perl script? (modulinos)
by Anonymous Monk on Nov 25, 2013 at 02:05 UTC |