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

index 7c30edd..b6a3dc0 100644 (file)
@@ -2,7 +2,7 @@
 
 use strict;
 use warnings;
-
+no warnings 'once'; # work around 5.6.2
 
 {
     package Foo;