/usr/local/CPAN/Test-Inspector/Test/Foo.pm
package Test::Foo
one
two
three
EOF
package
Test::Foo
;
sub
one
{
1
}
sub
two
{
2
}
sub
three
{
'c'
}
return
qw/Yes indeed/
;