X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FTest.pm;h=c18d3812e52057251be56b2a61597de6f4228bcc;hb=22d4bb9ccb8701e68f9243547d7e3a3c55f70908;hp=c708f57a05051e524120030aa78504200c258cac;hpb=4b19af017623bfa3bb72bb164598a517f586e0d3;p=p5sagit%2Fp5-mst-13.2.git 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);