Linux ams-business-8.hostwindsdns.com 4.18.0-553.80.1.lve.el8.x86_64 #1 SMP Wed Oct 22 19:29:36 UTC 2025 x86_64
LiteSpeed
Server IP : 192.236.177.161 & Your IP : 216.73.216.50
Domains :
Cant Read [ /etc/named.conf ]
User : ajzdfbpz
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
local /
share /
perl5 /
ExtUtils /
MakeMaker /
Delete
Unzip
Name
Size
Permission
Date
Action
version
[ DIR ]
drwxr-xr-x
2020-12-20 04:53
Config.pm
602
B
-r--r--r--
2020-11-19 19:57
FAQ.pod
19.82
KB
-r--r--r--
2020-11-19 19:57
Locale.pm
13.04
KB
-r--r--r--
2020-11-19 19:57
Tutorial.pod
5.36
KB
-r--r--r--
2020-11-19 19:57
version.pm
2.33
KB
-r--r--r--
2020-11-19 19:57
Save
Rename
package ExtUtils::MakeMaker::Config; use strict; use warnings; our $VERSION = '7.56'; $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