App-installdeps
view release on metacpan - search on metacpan
view release on metacpan or search on metacpan
lib/App/installdeps.pm view on Meta::CPAN
}
for my $prefix (@INC) {
my $path = "$prefix/$module";
return $path if -e $path;
}
return;
}
sub _process
{
local (@ARGV) = @_;
my %opts;
getopts(Getopt::Config::FromPod->string, \%opts);
pod2usage(-verbose => 2) if exists $opts{h};
pod2usage(-msg => 'At least one argument MUST be specified', -verbose => 0, -exitval => 1) if ! @ARGV;
$opts{i} ||= 'cpanm';
my $p = Module::ExtractUse->new;
while(my $arg = shift @ARGV) {
view all matches for this distributionview release on metacpan - search on metacpan
( run in 1.124 second using v1.00-cache-2.02-grep-82fe00e-cpan-da92000dfeb )