From: Jarkko Hietaniemi Date: Tue, 15 Aug 2000 13:45:03 +0000 (+0000) Subject: Update (kinda) to Test 1.14, from Joshua Pritikin. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=99e89e1e858bb38487deb1f7e553bcf4759385b8;p=p5sagit%2Fp5-mst-13.2.git Update (kinda) to Test 1.14, from Joshua Pritikin. p4raw-id: //depot/perl@6631 --- diff --git a/lib/Test.pm b/lib/Test.pm index c708f57..c18d381 100644 --- a/lib/Test.pm +++ b/lib/Test.pm @@ -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);