From: Shawn M Moore Date: Thu, 11 Sep 2008 08:15:10 +0000 (+0000) Subject: Remove MRO::Compat from Mouse::Object, it now uses the metaclass method X-Git-Tag: 0.19~222 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=921038c685654f400ac097269cf699cb47f4a98d;p=gitmo%2FMouse.git Remove MRO::Compat from Mouse::Object, it now uses the metaclass method --- diff --git a/lib/Mouse/Object.pm b/lib/Mouse/Object.pm index 115a534..6d211f8 100644 --- a/lib/Mouse/Object.pm +++ b/lib/Mouse/Object.pm @@ -3,7 +3,6 @@ package Mouse::Object; use strict; use warnings; -use MRO::Compat; use Scalar::Util qw/blessed weaken/; use Carp 'confess';