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