Remove MRO::Compat from Mouse::Object, it now uses the metaclass method
[gitmo/Mouse.git] / lib / Mouse / Object.pm
index 115a534..6d211f8 100644 (file)
@@ -3,7 +3,6 @@ package Mouse::Object;
 use strict;
 use warnings;
 
-use MRO::Compat;
 use Scalar::Util qw/blessed weaken/;
 use Carp 'confess';