Switch to Mouse::Exporter
[gitmo/Mouse.git] / lib / Mouse / Meta / Method / Constructor.pm
index 1211e61..d68e958 100644 (file)
@@ -1,6 +1,5 @@
 package Mouse::Meta::Method::Constructor;
-use strict;
-use warnings;
+use Mouse::Util; # enables strict and warnings
 
 sub _generate_constructor_method {
     my ($class, $metaclass, $args) = @_;