Fix tests and documents
[gitmo/Mouse.git] / t / 025-more-isa.t
index 3485956..6e621a7 100755 (executable)
@@ -92,6 +92,7 @@ do {
     sub bar {}
 
     package I;
+    no warnings 'once'; # work around 5.6.2
     our $NOT_CODE = 1;
 };