Clean up namespace
[gitmo/MooseX-Getopt.git] / lib / MooseX / Getopt / ProcessedArgv.pm
index 7f1947c..5fac8d9 100644 (file)
@@ -7,6 +7,8 @@ has 'usage'              => (is => 'ro', isa => 'Maybe[Object]');
 has 'constructor_params' => (is => 'ro', isa => 'HashRef');
 has 'cli_params'         => (is => 'ro', isa => 'HashRef');
 
+no Moose;
+
 __PACKAGE__->meta->make_immutable();
 
 1;