X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMouse%2FObject.pm;h=8c36df30f5753f3c674b74ca46b314cd5944504a;hb=59089ec36675c7df1998945b1446c37794f88306;hp=8bf68d228539f82b6690c1ddc2c0a692bd8dfc60;hpb=cbe29bd9547cd03c03050b28d28b731139257bd8;p=gitmo%2FMouse.git diff --git a/lib/Mouse/Object.pm b/lib/Mouse/Object.pm index 8bf68d2..8c36df3 100644 --- a/lib/Mouse/Object.pm +++ b/lib/Mouse/Object.pm @@ -2,9 +2,8 @@ package Mouse::Object; use strict; use warnings; -use MRO::Compat; -use Scalar::Util qw/blessed weaken/; +use Mouse::Util qw/weaken/; use Carp 'confess'; sub new {