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.135.193.59
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 /
File-Temp-0.2309 /
[ HOME SHELL ]
Name
Size
Permission
Action
blib
[ DIR ]
drwxr-xr-x
lib
[ DIR ]
drwxr-xr-x
misc
[ DIR ]
drwxr-xr-x
t
[ DIR ]
drwxr-xr-x
xt
[ DIR ]
drwxr-xr-x
CONTRIBUTING
3.93
KB
-rw-r--r--
Changes
13.73
KB
-rw-r--r--
INSTALL
2.2
KB
-rw-r--r--
LICENSE
18.09
KB
-rw-r--r--
MANIFEST
674
B
-rw-r--r--
META.json
45.69
KB
-rw-r--r--
META.yml
26.82
KB
-rw-r--r--
MYMETA.json
45.82
KB
-rw-r--r--
MYMETA.yml
26.85
KB
-rw-r--r--
Makefile
31.92
KB
-rw-r--r--
Makefile.PL
2.11
KB
-rw-r--r--
README
439
B
-rw-r--r--
dist.ini
1.88
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.012. use strict; use warnings; use 5.006; use ExtUtils::MakeMaker; my %WriteMakefileArgs = ( "ABSTRACT" => "return name and handle of a temporary file safely", "AUTHOR" => "Tim Jenness <tjenness\@cpan.org>", "CONFIGURE_REQUIRES" => { "ExtUtils::MakeMaker" => 0 }, "DISTNAME" => "File-Temp", "LICENSE" => "perl", "MIN_PERL_VERSION" => "5.006", "NAME" => "File::Temp", "PREREQ_PM" => { "Carp" => 0, "Carp::Heavy" => 0, "Cwd" => 0, "Exporter" => "5.57", "Fcntl" => "1.03", "File::Path" => "2.06", "File::Spec" => "0.8", "IO::Handle" => 0, "IO::Seekable" => 0, "POSIX" => 0, "Scalar::Util" => 0, "Symbol" => 0, "constant" => 0, "overload" => 0, "parent" => "0.221", "strict" => 0 }, "TEST_REQUIRES" => { "ExtUtils::MakeMaker" => 0, "File::Spec" => "0.8", "FileHandle" => 0, "Test::More" => 0, "warnings" => 0 }, "VERSION" => "0.2309", "test" => { "TESTS" => "t/*.t" } ); my %FallbackPrereqs = ( "Carp" => 0, "Carp::Heavy" => 0, "Cwd" => 0, "Exporter" => "5.57", "ExtUtils::MakeMaker" => 0, "Fcntl" => "1.03", "File::Path" => "2.06", "File::Spec" => "0.8", "FileHandle" => 0, "IO::Handle" => 0, "IO::Seekable" => 0, "POSIX" => 0, "Scalar::Util" => 0, "Symbol" => 0, "Test::More" => 0, "constant" => 0, "overload" => 0, "parent" => "0.221", "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 'VMS' ) { $WriteMakefileArgs{PREREQ_PM}{'VMS::Stdio'} = $FallbackPrereqs{'VMS::Stdio'} = '0'; } if ( $^O eq 'MSWin32' ) { $WriteMakefileArgs{PREREQ_PM}{'Win32'} = $FallbackPrereqs{'Win32'} = '0'; } $WriteMakefileArgs{INSTALLDIRS} = 'perl' if "$]" >= 5.006001 && "$]" <= 5.011000; WriteMakefile(%WriteMakefileArgs);
Close