From: gfx Date: Sat, 20 Feb 2010 05:41:04 +0000 (+0900) Subject: Work around 5.6.2 warnings X-Git-Tag: 0.50_02~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=commitdiff_plain;h=fc89f89b46e85a9c7d7930c57dcde75786234881;hp=7fa0bc1b549deaa7f089c75b491877ed552f4f53 Work around 5.6.2 warnings --- diff --git a/t/010_basics/020-global-destruction-helper.pl b/t/010_basics/020-global-destruction-helper.pl index 7c30edd..b6a3dc0 100644 --- 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;