X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=cf5ec7bad2fa16f66557eb5ab4571349358bdfc8;hb=2c7eda43a413ba523579dc118262d715596faf21;hp=e73a9e364ffb1e3e9eb40645c5c70278cea55c44;hpb=691c269b6cccb62ab44c6e062108380a5750e27a;p=p5sagit%2FClass-C3-Componentised.git diff --git a/Makefile.PL b/Makefile.PL index e73a9e3..cf5ec7b 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -21,7 +21,7 @@ my %META = ( requires => { 'perl' => '5.006002', 'MRO::Compat' => '0.09', - 'Class::Inspector' => '1.23', + 'Class::Inspector' => '1.32', # we don't actually need Class::C3. MRO::Compat loads it on 5.8. On 5.10 # it isn't needed. However, some existing code relies on us loading # Class::C3. We don't want to break it just yet. Therefore we depend