projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69b9dcc
)
mro/basic.t: Squelch warning
author
Father Chrysostomos
<sprout@cpan.org>
Fri, 13 Jul 2012 16:37:23 +0000
(09:37 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Fri, 13 Jul 2012 16:37:32 +0000
(09:37 -0700)
t/mro/basic.t
patch
|
blob
|
history
diff --git
a/t/mro/basic.t
b/t/mro/basic.t
index
188159e
..
10aa44c
100644
(file)
--- a/
t/mro/basic.t
+++ b/
t/mro/basic.t
@@
-341,6
+341,7
@@
is(eval { MRO_N->testfunc() }, 123);
{
# Autovivifying @ISA via @{*ISA}
+ no warnings;
undef *fednu::ISA;
@{*fednu::ISA} = "pyfg";
ok +fednu->isa("pyfg"), 'autovivifying @ISA via *{@ISA}';