Current Path : /proc/1553489/root/usr/share/doc/perl-Test-Simple/t/lib/ |
Current File : //proc/1553489/root/usr/share/doc/perl-Test-Simple/t/lib/MyTest.pm |
use strict; use warnings; package MyTest; use Test::Builder; my $Test = Test::Builder->new; sub ok { $Test->ok(@_); } 1;