From: Jarkko Hietaniemi Date: Thu, 6 Sep 2001 11:54:06 +0000 (+0000) Subject: Workaround for the new Exporter 'feature'. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1dea78b912dddc6165694f2617c246d6f69a90dd;p=p5sagit%2Fp5-mst-13.2.git Workaround for the new Exporter 'feature'. p4raw-id: //depot/perl@11911 --- diff --git a/lib/Test/More.pm b/lib/Test/More.pm index aa7032d..925e48e 100644 --- a/lib/Test/More.pm +++ b/lib/Test/More.pm @@ -13,7 +13,7 @@ BEGIN { } require Exporter; -use vars qw($VERSION @ISA @EXPORT); +use vars qw($VERSION @ISA @EXPORT $TODO); $VERSION = '0.18'; @ISA = qw(Exporter); @EXPORT = qw(ok use_ok require_ok