Codebase list libexporter-tiny-perl / 5cbf324
Fix test case on very old Test::More Toby Inkster 1 year, 7 months ago
1 changed file(s) with 1 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
2020
2121 use strict;
2222 use warnings;
23 use Test::More;
23 use Test::More tests => 3;
2424
2525 BEGIN {
2626 package Local::XYZ;
6161 ) or ::diag( ::explain( mytest() ) );
6262 }
6363
64 done_testing;