����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 0.88;
# if all we do is load Test::Warnings and exit, we should not add a test at END
# time. For one thing, this lets this distribution generate a compilation test
# without trying to run a plan-less test.
# last in, first out: Test::Warnings's END will run after this one
END {
is(Test::Builder->new->current_test, 0, 'no tests run during END');
# might as well throw this in for good measure ;)
done_testing;
}
use Test::Warnings;