Might as well be explicit about requiring namespace::clean 0.08 since
[gitmo/Moose.git] / lib / Moose / Exporter.pm
index 38d9c83..2fad886 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 use warnings;
 
 use Class::MOP;
-use namespace::clean ();
+use namespace::clean 0.08 ();
 use Sub::Exporter;