����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
use strict;
use warnings;
use ExtUtils::MakeMaker;
die "OS unsupported\n" if $^O eq 'MSWin32'; # Requires getpwuid to be implemented.
WriteMakefile(
NAME => 'cPanel::PublicAPI',
AUTHOR => q{cPanel, Inc. <integration@cpanel.net>},
VERSION_FROM => 'lib/cPanel/PublicAPI.pm',
ABSTRACT_FROM => 'lib/cPanel/PublicAPI.pod',
( $ExtUtils::MakeMaker::VERSION >= 6.3002
? ( 'LICENSE' => 'bsd' )
: () ),
PL_FILES => {},
PREREQ_PM => {
'Test::More' => 0,
'Test::Exception' => 0,
'JSON::XS' => 2.0,
'URI::Escape' => 3,
'IO::Socket::INET' => 1.31,
'IO::Socket::SSL' => 1.988, # Versions below this do not handle close calls properly
'HTTP::Tiny' => 0.042,
'HTTP::CookieJar' => 0,
},
META_MERGE => {
'meta-spec' => { version => 2 },
resources => {
repository => {
type => 'git',
url => 'git://github.com/CpanelInc/cPanel-PublicAPI.git',
web => 'https://github.com/CpanelInc/cPanel-PublicAPI',
},
bugtracker => {
web => 'https://github.com/CpanelInc/cPanel-PublicAPI/issues',
},
},
},
dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
clean => { FILES => 'cPanel-PublicAPI-*' },
);
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| blib | Folder | 0755 |
|
|
| lib | Folder | 0755 |
|
|
| t | Folder | 0755 |
|
|
| Changes | File | 1.85 KB | 0644 |
|
| MANIFEST | File | 1.01 KB | 0644 |
|
| MANIFEST.SKIP | File | 1.17 KB | 0644 |
|
| META.json | File | 1.5 KB | 0644 |
|
| META.yml | File | 876 B | 0644 |
|
| MYMETA.json | File | 1.49 KB | 0644 |
|
| MYMETA.yml | File | 876 B | 0644 |
|
| Makefile | File | 34.45 KB | 0644 |
|
| Makefile.PL | File | 1.36 KB | 0644 |
|
| README | File | 17.64 KB | 0644 |
|
| README.mkdn | File | 16.99 KB | 0644 |
|
| ignore.txt | File | 126 B | 0644 |
|
| pm_to_blib | File | 0 B | 0644 |
|