Dist-Maker
view release on metacpan or search on metacpan
lib/Dist/Maker/Template/CLI.pm view on Meta::CPAN
424344454647484950515253545556575859606162}
sub
appname {
my
(
$self
) =
@_
;
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.361 second using v1.01-cache-2.11-cpan-87723dcf8b7 )