xref
: /
openbsd-src
/
gnu
/
usr.bin
/
perl
/
cpan
/
Test-Simple
/
t
/
Legacy
/
01-basic.t
(revision f6aab3d83b51b91c24247ad2c2573574de475a82)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
use strict;
2
use Test::More tests => 3;
3
use ok 'strict';
4
use ok 'Test::More';
5
use ok 'ok';
6