X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=lib%2FMouse%2FMeta%2FMethod%2FDestructor.pm;h=783e6d39c856faa1dbb1be04ebe639f65ecaf229;hp=681cfaa58cb8fd187c8c0cddddbddb7f600e66df;hb=bc69ee88207ce5c53f5c02dbd44cfabfbe6bae70;hpb=0421f7e08cdd6c6ed5b8dd9435109c88070c23f8 diff --git a/lib/Mouse/Meta/Method/Destructor.pm b/lib/Mouse/Meta/Method/Destructor.pm index 681cfaa..783e6d3 100644 --- a/lib/Mouse/Meta/Method/Destructor.pm +++ b/lib/Mouse/Meta/Method/Destructor.pm @@ -1,6 +1,5 @@ package Mouse::Meta::Method::Destructor; -use strict; -use warnings; +use Mouse::Util; # enables strict and warnings sub _empty_destroy{ }