This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
792477b
)
mauve.t needs access to %Config, make sure it's available
author
Tony Cook
<tony@develop-help.com>
Mon, 30 Aug 2010 04:59:34 +0000
(14:59 +1000)
committer
Tony Cook
<tony@develop-help.com>
Mon, 30 Aug 2010 04:59:34 +0000
(14:59 +1000)
lib/mauve.t
patch
|
blob
|
blame
|
history
diff --git
a/lib/mauve.t
b/lib/mauve.t
index
5fc2760
..
9a26491
100644
(file)
--- a/
lib/mauve.t
+++ b/
lib/mauve.t
@@
-5,6
+5,7
@@
use Test::More tests => 32 + 29 + 12 + 22;
use mauve qw(refaddr reftype blessed weaken isweak);
use vars qw($t $y $x *F $v $r $never_blessed);
use Symbol qw(gensym);
+use Config;
# Ensure we do not trigger any tied methods
tie *F, 'MyTie';