CPAN-Mini-Inject-REST
view release on metacpan - search on metacpan
view release on metacpan or search on metacpan
inc/Module/Install/Catalyst.pm view on Meta::CPAN
my ( $self, $optstring ) = @_;
eval "use PAR::Packer ()";
if ($@) {
warn "WARNING: catalyst_par_options ignored - you need PAR::Packer\n"
}
else {
my $p = Getopt::Long::Parser->new(config => ['no_ignore_case']);
my %o;
require Text::ParseWords;
{
local @ARGV = Text::ParseWords::shellwords($optstring);
$p->getoptions(\%o, PAR::Packer->options);
}
%PAROPTS = ( %PAROPTS, %o);
}
}
#line 240
sub catalyst_par_script {
my ( $self, $script ) = @_;
view all matches for this distributionview release on metacpan - search on metacpan
( run in 0.532 second using v1.00-cache-2.02-grep-82fe00e-cpan-da92000dfeb )