PATH:
usr
/
share
/
doc
/
perl-Test-Simple
/
t
/
lib
use strict; use warnings; package MyTest; use Test::Builder; my $Test = Test::Builder->new; sub ok { $Test->ok(@_); } 1;
[-] SmallTest.pm
[edit]
[+]
Dev
[-] NoExporter.pm
[edit]
[-] SigDie.pm
[edit]
[-] SkipAll.pm
[edit]
[-] MyTest.pm
[edit]
[-] MyOverload.pm
[edit]
[+]
Test
[-] Dummy.pm
[edit]
[-] TieOut.pm
[edit]
[+]
..