Change 11911 by jhi@alpha on 2001/09/06 11:54:06

        Workaround for the new Exporter 'feature'.

Affected files ...

... //depot/perl/lib/Test/More.pm#4 edit

Differences ...

==== //depot/perl/lib/Test/More.pm#4 (text) ====
Index: perl/lib/Test/More.pm
--- perl/lib/Test/More.pm.~1~   Thu Sep  6 06:00:05 2001
+++ perl/lib/Test/More.pm       Thu Sep  6 06:00:05 2001
@@ -13,7 +13,7 @@
 }
 
 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
End of Patch.

Reply via email to