DEBSOURCES
Skip Quicknav
sources / libtest-inline-perl / 2.214-1 / t / data / 06_multifile / lib / Test / One.pm
1234567891011121314151617
package Test::One; =pod =begin testing foo 1 ok( 1, 'Good test' ); =end testing =cut use strict; print "Hello World!\n"; 1;