projects
/
gitmo/Mouse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
7fa0bc1
)
Work around 5.6.2 warnings
gfx [Sat, 20 Feb 2010 05:41:04 +0000 (14:41 +0900)]
t/010_basics/020-global-destruction-helper.pl
patch
|
blob
|
blame
|
history
diff --git
a/t/010_basics/020-global-destruction-helper.pl
b/t/010_basics/020-global-destruction-helper.pl
index
7c30edd
..
b6a3dc0
100644
(file)
--- a/
t/010_basics/020-global-destruction-helper.pl
+++ b/
t/010_basics/020-global-destruction-helper.pl
@@
-2,7
+2,7
@@
use strict;
use warnings;
-
+no warnings 'once'; # work around 5.6.2
{
package Foo;