Add meta() method to method metaclasses
[gitmo/Mouse.git] / lib / Mouse / Meta / Method / Destructor.pm
index 3ce7d27..3aa2e69 100644 (file)
@@ -1,5 +1,5 @@
 package Mouse::Meta::Method::Destructor;
-use Mouse::Util; # enables strict and warnings
+use Mouse::Util qw(:meta); # enables strict and warnings
 
 sub _empty_DESTROY{ }