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/plan_is_noplan.t

#!/usr/bin/perl -w

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

use strict;

use Test::More tests => 1;

use Test::Builder::NoOutput;

{
    my $tb = Test::Builder::NoOutput->create;

    $tb->plan('no_plan');

    $tb->ok(1, 'foo');
    $tb->_ending;

    is($tb->read, <<OUT);
ok 1 - foo
1..1
OUT
}


404 Not Found
[ LogOut ]