(my mistake), and that is now covered by #34155.
p4raw-id: //depot/perl@34156
@INC = '../lib';
}
require strict; import strict;
-
- # Import test.pl into its own package
- {
- package TestPL;
- require($ENV{PERL_CORE} ? './test.pl' : './t/test.pl');
- TestPL::watchdog(15);
- }
}
use Test;