Searched defs:the (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DExporter.t50 That => [qw(Above the @wailing)],
65 sub the { 'the' } subroutine
95 ::ok ( $@ eq "", 'check we can call the imported subroutine')
97 ::ok ( $got eq 'lifejacket', 'and that it gave the correct result')
104 "Import a subroutine where exporter must create the typeglob" );
106 ::ok ( $@ eq "", 'check we can call the imported autoloaded subroutine')
108 ::ok ( $got eq 'Is', 'and that it gave the correct result')
205 ::ok(\&import == \&Exporter::import, "imported the import routine");

Completed in 23 milliseconds