Switch to Mouse::Exporter
[gitmo/Mouse.git] / lib / Mouse / Meta / Method / Destructor.pm
index 681cfaa..783e6d3 100644 (file)
@@ -1,6 +1,5 @@
 package Mouse::Meta::Method::Destructor;
-use strict;
-use warnings;
+use Mouse::Util; # enables strict and warnings
 
 sub _empty_destroy{ }