/
snap
/
gh
/
502
/
usr
/
share
/
perl
/
5.26.1
/
ExtUtils
/
MakeMaker
/
/snap/gh/502/usr/share/perl/5.26.1/ExtUtils/MakeMaker
mkdir
upload
Name
Size
Mode
Actions
Config.pm
593
0644
edit
dl
rm
FAQ.pod
20071
0644
edit
dl
rm
Locale.pm
12535
0644
edit
dl
rm
Tutorial.pod
5431
0644
edit
dl
rm
version.pm
2376
0644
edit
dl
rm
Edit:
/snap/gh/502/usr/share/perl/5.26.1/ExtUtils/MakeMaker/Config.pm
(593B)
package ExtUtils::MakeMaker::Config; use strict; our $VERSION = '7.24'; $VERSION = eval $VERSION; use Config (); # Give us an overridable config. our %Config = %Config::Config; sub import { my $caller = caller; no strict 'refs'; ## no critic *{$caller.'::Config'} = \%Config; } 1; =head1 NAME ExtUtils::MakeMaker::Config - Wrapper around Config.pm =head1 SYNOPSIS use ExtUtils::MakeMaker::Config; print $Config{installbin}; # or whatever =head1 DESCRIPTION B<FOR INTERNAL USE ONLY> A very thin wrapper around Config.pm so MakeMaker is easier to test. =cut
Save
cmd:
run