On role apply, apply all method modifiers
[gitmo/Mouse.git] / lib / Mouse / TypeRegistry.pm
index c5ce7ed..757ed85 100644 (file)
@@ -2,6 +2,7 @@
 package Mouse::TypeRegistry;
 use strict;
 use warnings;
+
 use Scalar::Util qw/looks_like_number blessed openhandle/;
 
 no warnings 'uninitialized';