Switch to Mouse::Exporter
[gitmo/Mouse.git] / lib / Mouse / Meta / Role / Method.pm
index 79b55d4..caa1a3b 100755 (executable)
@@ -1,12 +1,10 @@
 package Mouse::Meta::Role::Method;
-use strict;
-use warnings;
+use Mouse::Util; # enables strict and warnings
 
 use Mouse::Meta::Method;
 our @ISA = qw(Mouse::Meta::Method);
 
 1;
-
 __END__
 
 =head1 NAME