Improve he-profile.pl
[gitmo/Mouse.git] / lib / Mouse.pm
index 12205ce..eb39b42 100644 (file)
@@ -5,7 +5,7 @@ use Mouse::Exporter; # enables strict and warnings
 
 our $VERSION = '0.37_06';
 
-use Carp qw(confess);
+use Carp         qw(confess);
 use Scalar::Util qw(blessed);
 
 use Mouse::Util qw(load_class is_class_loaded get_code_package not_supported);