403 Forbidden


Disable Functions:
Path : /usr/share/doc/perl-Test-Simple-0.98/t/
File Upload :
Command :
Current File : //usr/share/doc/perl-Test-Simple-0.98/t/BEGIN_use_ok.t

#!/usr/bin/perl -w

# [rt.cpan.org 28345]
#
# A use_ok() inside a BEGIN block lacking a plan would be silently ignored.

BEGIN {
    if( $ENV{PERL_CORE} ) {
        chdir 't';
        @INC = ('../lib', 'lib');
    }
    else {
        unshift @INC, 't/lib';
    }
}

use Test::More;

my $result;
BEGIN {
    $result = use_ok("strict");
}

ok( $result, "use_ok() ran" );
done_testing(2);


404 Not Found
[ LogOut ]