Linux ih01.iridiumhosting.com 5.14.0-611.5.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Nov 11 08:09:09 EST 2025 x86_64
LiteSpeed
Server IP : 67.227.241.211 & Your IP : 216.73.216.226
Domains :
Cant Read [ /etc/named.conf ]
User : dustinhy
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
local /
share /
perl5 /
5.32 /
ExtUtils /
MakeMaker /
Delete
Unzip
Name
Size
Permission
Date
Action
version
[ DIR ]
drwxr-xr-x
2024-07-11 22:40
Config.pm
602
B
-r--r--r--
2023-03-26 13:13
FAQ.pod
19.81
KB
-r--r--r--
2023-03-26 13:13
Locale.pm
13.04
KB
-r--r--r--
2023-03-26 13:13
Tutorial.pod
5.36
KB
-r--r--r--
2023-03-26 13:13
version.pm
2.33
KB
-r--r--r--
2023-03-26 13:13
Save
Rename
package ExtUtils::MakeMaker::Config; use strict; use warnings; our $VERSION = '7.70'; $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