projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
a0c9c20
)
Workaround for the new Exporter 'feature'.
Jarkko Hietaniemi [Thu, 6 Sep 2001 11:54:06 +0000 (11:54 +0000)]
p4raw-id: //depot/perl@11911
lib/Test/More.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Test/More.pm
b/lib/Test/More.pm
index
aa7032d
..
925e48e
100644
(file)
--- 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