Merge branch 'topic/more-compatible' of gitmo@moose.perl.org:Mouse into topic/more...
[gitmo/Mouse.git] / lib / Mouse / Meta / Role.pm
index 13daeaf..4910f72 100644 (file)
@@ -2,6 +2,7 @@ package Mouse::Meta::Role;
 use strict;
 use warnings;
 use Carp 'confess';
+
 use Mouse::Util qw(version authority identifier);
 
 do {