Linux dpw.dpwebtech.com 3.10.0-1160.88.1.el7.x86_64 #1 SMP Tue Mar 7 15:41:52 UTC 2023 x86_64
Apache
: 192.232.243.69 | : 216.73.216.14
46 Domain
7.2.34
dpclient
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
CREATE WP USER
README
+ Create Folder
+ Create File
/
.cpanplus /
5.16.3 /
build /
ExtUtils-Helpers-0.026 /
[ HOME SHELL ]
Name
Size
Permission
Action
blib
[ DIR ]
drwxr-xr-x
lib
[ DIR ]
drwxr-xr-x
t
[ DIR ]
drwxr-xr-x
xt
[ DIR ]
drwxr-xr-x
Changes
3.04
KB
-rw-r--r--
INSTALL
981
B
-rw-r--r--
LICENSE
17.97
KB
-rw-r--r--
MANIFEST
413
B
-rw-r--r--
META.json
2.65
KB
-rw-r--r--
META.yml
1.38
KB
-rw-r--r--
MYMETA.json
2.72
KB
-rw-r--r--
MYMETA.yml
1.41
KB
-rw-r--r--
Makefile
31.07
KB
-rw-r--r--
Makefile.PL
1.55
KB
-rw-r--r--
README
407
B
-rw-r--r--
dist.ini
315
B
-rw-r--r--
pm_to_blib
0
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Makefile.PL
# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.005. use strict; use warnings; use 5.006; use ExtUtils::MakeMaker; my %WriteMakefileArgs = ( "ABSTRACT" => "Various portability utilities for module builders", "AUTHOR" => "Ken Williams <kwilliams\@cpan.org>, Leon Timmermans <leont\@cpan.org>", "CONFIGURE_REQUIRES" => { "ExtUtils::MakeMaker" => 0 }, "DISTNAME" => "ExtUtils-Helpers", "LICENSE" => "perl", "MIN_PERL_VERSION" => "5.006", "NAME" => "ExtUtils::Helpers", "PREREQ_PM" => { "Carp" => 0, "Exporter" => "5.57", "File::Basename" => 0, "File::Copy" => 0, "File::Spec::Functions" => 0, "Text::ParseWords" => "3.24", "strict" => 0, "warnings" => 0 }, "TEST_REQUIRES" => { "Cwd" => 0, "Test::More" => 0, "lib" => 0 }, "VERSION" => "0.026", "test" => { "TESTS" => "t/*.t" } ); my %FallbackPrereqs = ( "Carp" => 0, "Cwd" => 0, "Exporter" => "5.57", "File::Basename" => 0, "File::Copy" => 0, "File::Spec::Functions" => 0, "Test::More" => 0, "Text::ParseWords" => "3.24", "lib" => 0, "strict" => 0, "warnings" => 0 ); unless ( eval { ExtUtils::MakeMaker->VERSION(6.63_03) } ) { delete $WriteMakefileArgs{TEST_REQUIRES}; delete $WriteMakefileArgs{BUILD_REQUIRES}; $WriteMakefileArgs{PREREQ_PM} = \%FallbackPrereqs; } delete $WriteMakefileArgs{CONFIGURE_REQUIRES} unless eval { ExtUtils::MakeMaker->VERSION(6.52) }; if ( $^O eq 'MSWin32' ) { $WriteMakefileArgs{PREREQ_PM}{'ExtUtils::PL2Bat'} = '0'; } WriteMakefile(%WriteMakefileArgs);
Close