lib
view release on metacpan or search on metacpan
my $file = basename($0, '.PL');
$file =~ s/_(pm)$/.$1/i;
my $useConfig;
my $Config_archname;
my $Config_version;
my $Config_inc_version_list;
# Expand the variables only if explicitly requested
# or if a previously installed lib.pm does this, too
# because otherwise relocating Perl becomes much harder.
my $expand_config_vars = 0;
if ($ENV{PERL_BUILD_EXPAND_CONFIG_VARS}) {
$expand_config_vars = 1;
}
elsif (exists $ENV{PERL_BUILD_EXPAND_CONFIG_VARS}) {
$expand_config_vars = 0;
}
else {
eval <<'HERE';
( run in 2.596 seconds using v1.01-cache-2.11-cpan-5511b514fd6 )