Dist-Maker
view release on metacpan or search on metacpan
lib/Dist/Maker/Template/CLI.pm view on Meta::CPAN
}
sub appname {
my($self) = @_;
require File::Basename;
return File::Basename::basename($0);
}
sub new {
my $class = shift;
local @ARGV = @_;
my %opts;
my $success = $class->getopt_parser->getoptions(
\%opts,
$class->getopt_spec());
if(!$success) {
$opts{help}++;
$opts{getopt_failed}++;
}
( run in 0.491 second using v1.01-cache-2.11-cpan-49f99fa48dc )