Update (kinda) to Test 1.14, from Joshua Pritikin.
Jarkko Hietaniemi [Tue, 15 Aug 2000 13:45:03 +0000 (13:45 +0000)]
p4raw-id: //depot/perl@6631

lib/Test.pm

index c708f57..c18d381 100644 (file)
@@ -1,11 +1,10 @@
 use strict;
 package Test;
-use 5.005_64;
 use Test::Harness 1.1601 ();
 use Carp;
 our($VERSION, @ISA, @EXPORT, @EXPORT_OK, $ntest, $TestLevel); #public-ish
 our($TESTOUT, $ONFAIL, %todo, %history, $planned, @FAILDETAIL); #private-ish
-$VERSION = '1.13';
+$VERSION = '1.14';
 require Exporter;
 @ISA=('Exporter');
 @EXPORT=qw(&plan &ok &skip);