Linux vmi2545633.contaboserver.net 6.1.0-32-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.129-1 (2025-03-06) x86_64
Apache/2.4.62 (Debian)
Server IP : 127.0.0.1 & Your IP : 127.0.0.1
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
perl /
5.36.0 /
ExtUtils /
MakeMaker /
Delete
Unzip
Name
Size
Permission
Date
Action
Config.pm
602
B
-rw-r--r--
2023-11-25 20:59
FAQ.pod
19.82
KB
-rw-r--r--
2023-11-25 20:59
Locale.pm
13.04
KB
-rw-r--r--
2023-11-25 20:59
Tutorial.pod
5.36
KB
-rw-r--r--
2023-11-25 20:59
version.pm
2.33
KB
-rw-r--r--
2023-11-25 20:59
Save
Rename
package ExtUtils::MakeMaker::Config; use strict; use warnings; our $VERSION = '7.64'; $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