X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F010_basics%2F020-global-destruction-helper.pl;fp=t%2F010_basics%2F020-global-destruction-helper.pl;h=b6a3dc0ad56fbd146a5d133e3e7fd5d02c0964fb;hb=fc89f89b46e85a9c7d7930c57dcde75786234881;hp=7c30edd5565dbc230859ca3295a7c8a428f57977;hpb=7fa0bc1b549deaa7f089c75b491877ed552f4f53;p=gitmo%2FMouse.git 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;