X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=lib%2FMouse%2FMeta%2FMethod%2FConstructor.pm;h=d68e95858e7dd1753fb127d9744c7c4fa0f1c609;hp=1211e612d126fa1ef6636e26402d52b16caa3bf9;hb=420c0e9300dd016b83e1afb25576a877afdbd59d;hpb=ad087d1140e1f90a85f2f47cc05bd648fb4ea38e diff --git a/lib/Mouse/Meta/Method/Constructor.pm b/lib/Mouse/Meta/Method/Constructor.pm index 1211e61..d68e958 100644 --- a/lib/Mouse/Meta/Method/Constructor.pm +++ b/lib/Mouse/Meta/Method/Constructor.pm @@ -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) = @_;