Work around 5.6.2 warnings
[gitmo/Mouse.git] / 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;