Linux newlinux5.pouyasazan.org 3.10.0-962.3.2.lve1.5.60.el7.x86_64 #1 SMP Fri Jul 23 07:07:00 EDT 2021 x86_64
LiteSpeed
Server IP : 88.99.66.243 & Your IP : 216.73.216.178
Domains :
Cant Read [ /etc/named.conf ]
User : wdbbsgxf
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
2021-08-24 17:01
Config.pm
602
B
-r--r--r--
2021-04-13 22:28
FAQ.pod
19.82
KB
-r--r--r--
2021-04-13 22:28
Locale.pm
13.04
KB
-r--r--r--
2021-04-13 22:28
Tutorial.pod
5.36
KB
-r--r--r--
2021-04-13 22:28
version.pm
2.33
KB
-r--r--r--
2021-04-13 22:28
Save
Rename
package ExtUtils::MakeMaker::Config; use strict; use warnings; our $VERSION = '7.62'; $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