Switch to Mouse::Exporter
[gitmo/Mouse.git] / lib / Mouse / Meta / Method.pm
index a018662..9567a28 100755 (executable)
@@ -1,8 +1,5 @@
 package Mouse::Meta::Method;
-use strict;
-use warnings;
-
-use Mouse::Util qw(:meta);
+use Mouse::Util qw(:meta); # enables strict and warnings
 
 use overload
     '&{}' => 'body',