This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Upgrade to CGI.pm-3.31. Includes version bump to CGI::Carp due to a Pod fix.
[perl5.git] / lib / Test / Harness / t / nonumbers.t
CommitLineData
13287dd5
MS
1if( $ENV{PERL_CORE} && !$ENV{HARNESS_ACTIVE} ) {
2 print "1..0 # Skip: t/TEST needs numbers\n";
3 exit;
4}
5
6print <<END;
71..6
8ok
9ok
10ok
11ok
12ok
13ok
14END