X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FClass%2FC3%2Fnext.pm;fp=lib%2FClass%2FC3%2Fnext.pm;h=27dfaa2cfa79274505dd833245953cd0a0b35e6d;hb=663e8dcc21aa933c6210e12b845b4a23bf209cd0;hp=61ef3377d2e81be3c32ff6aea36d77e537bf24f3;hpb=8d45f443f7bad158e1a37618b9370c554439e557;p=gitmo%2FClass-C3.git diff --git a/lib/Class/C3/next.pm b/lib/Class/C3/next.pm index 61ef337..27dfaa2 100644 --- a/lib/Class/C3/next.pm +++ b/lib/Class/C3/next.pm @@ -3,6 +3,7 @@ package # hide me from PAUSE use strict; use warnings; +no warnings 'redefine'; # for 00load.t w/ core support use Scalar::Util 'blessed'; @@ -63,6 +64,7 @@ package # hide me from PAUSE use strict; use warnings; +no warnings 'redefine'; # for 00load.t w/ core support our $VERSION = '0.02';