From: Dave Rolsky Date: Sun, 21 Jun 2009 15:39:16 +0000 (-0500) Subject: Latest changes to CMOP destructor inlining break Moose X-Git-Tag: 0.87~9 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d7d45396f5a2776ad99df4867d2f6067b661d036;p=gitmo%2FClass-MOP.git Latest changes to CMOP destructor inlining break Moose --- diff --git a/Makefile.PL b/Makefile.PL index 3331eef..35f9d2a 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -65,7 +65,7 @@ WriteAll(); # before a release. sub check_conflicts { my %conflicts = ( - 'Moose' => '0.72', + 'Moose' => '0.81', ); my $found = 0;