X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F025-more-isa.t;h=6e621a7e3a1689cb5a202de6b83a60d232e3c32a;hb=8cbcbb47d0f02077d07873c553494a884d9c085f;hp=348595616ea2530ed6ebdaa6e9910549a639c40d;hpb=bf8e5b90e442d6ec7dbb837a051f547d685ee2e9;p=gitmo%2FMouse.git diff --git a/t/025-more-isa.t b/t/025-more-isa.t index 3485956..6e621a7 100755 --- a/t/025-more-isa.t +++ b/t/025-more-isa.t @@ -92,6 +92,7 @@ do { sub bar {} package I; + no warnings 'once'; # work around 5.6.2 our $NOT_CODE = 1; };