From: Tomas Doran Date: Tue, 8 Feb 2011 19:32:30 +0000 (+0000) Subject: Clean up namespace X-Git-Tag: 0.34~5 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Getopt.git;a=commitdiff_plain;h=db2a6470bb56b5dfa80c785ec177b178e0723c18 Clean up namespace --- diff --git a/lib/MooseX/Getopt/ProcessedArgv.pm b/lib/MooseX/Getopt/ProcessedArgv.pm index 7f1947c..5fac8d9 100644 --- a/lib/MooseX/Getopt/ProcessedArgv.pm +++ b/lib/MooseX/Getopt/ProcessedArgv.pm @@ -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;