package ExtUtils::MakeMaker::Config; use strict; our $VERSION = '7.36'; $VERSION =~ tr/_//d; 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
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
version | Folder | 0755 |
|
|
Config.pm | File | 588 B | 0444 |
|
FAQ.pod | File | 19.71 KB | 0444 |
|
Locale.pm | File | 13.02 KB | 0444 |
|
Tutorial.pod | File | 5.3 KB | 0444 |
|
version.pm | File | 2.32 KB | 0444 |
|