Submit
Path:
~
/
/
usr
/
share
/
perl5
/
vendor_perl
/
ExtUtils
/
MakeMaker
/
File Content:
Config.pm
package ExtUtils::MakeMaker::Config; use strict; our $VERSION = '6.68'; 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
Submit
FILE
FOLDER
Name
Size
Permission
Action
Config.pm
567 bytes
0644
FAQ.pod
13432 bytes
0644
Tutorial.pod
4369 bytes
0644
N4ST4R_ID | Naxtarrr