App-Pods2Site
view release on metacpan or search on metacpan
lib/App/Pods2Site/Args.pm view on Meta::CPAN
#
$_ = slashify(File::Spec->rel2abs($_)) foreach (@locs);
return @locs;
}
sub __getDefaultBinLocations
{
my $self = shift;
# a somewhat guessed list for Config keys for scripts...
# note: order is important
#
return $self->__getConfigLocations
(
qw
(
installsitebin
installsitescript
installvendorbin
installvendorscript
lib/App/Pods2Site/Args.pm view on Meta::CPAN
#
$_ = slashify(File::Spec->rel2abs($_)) foreach (@locs);
return @locs;
}
sub __getDefaultLibLocations
{
my $self = shift;
# a somewhat guessed list for Config keys for lib locations...
# note: order is important
#
return $self->__getConfigLocations
(
qw
(
installsitearch
installsitelib
installvendorarch
installvendorlib
( run in 0.494 second using v1.01-cache-2.11-cpan-748bfb374f4 )