%PDF- %GIF98; %PNG;
Server : ApacheSystem : Linux host.digitalbabaji.in 4.18.0-513.11.1.el8_9.x86_64 #1 SMP Wed Jan 17 02:00:40 EST 2024 x86_64 User : addictionfreeind ( 1003) PHP Version : 7.2.34 Disable Function : exec,passthru,shell_exec,system Directory : /proc/thread-self/root/usr/share/doc/perl-Test-Simple/t/Legacy/ |
Upload File : |
#!/usr/bin/perl
# HARNESS-NO-STREAM
BEGIN {
if( $ENV{PERL_CORE} ) {
chdir 't';
@INC = '../lib';
}
}
# Ensure that intermixed prints to STDOUT and tests come out in the
# right order (ie. no buffering problems).
use Test::More tests => 20;
my $T = Test::Builder->new;
$T->no_ending(1);
for my $num (1..10) {
$tnum = $num * 2;
pass("I'm ok");
$T->current_test($tnum);
print "ok $tnum - You're ok\n";
}