🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-14 12:20:53 | PHP 8.1.34
📂
/ (Root)
/
usr
/
share
/
perl5
/
vendor_perl
/
ExtUtils
/
MakeMaker
📍 /usr/share/perl5/vendor_perl/ExtUtils/MakeMaker
🔄 Refresh
✏️
Editing: Config.pm
Read Only
package ExtUtils::MakeMaker::Config; use strict; use warnings; our $VERSION = '7.60'; $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
💾 Save Changes
❌ Cancel