Fix which add-modifier method gets called
[gitmo/Mouse.git] / lib / Mouse / Object.pm
index f813fd5..1511d28 100644 (file)
@@ -2,8 +2,8 @@
 package Mouse::Object;
 use strict;
 use warnings;
-use MRO::Compat;
 
+use MRO::Compat;
 use Scalar::Util qw/blessed weaken/;
 use Carp 'confess';