X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Getopt.git;a=blobdiff_plain;f=lib%2FMooseX%2FGetopt%2FMeta%2FAttribute.pm;h=22e41915f41b7f250ea72e2e26257b90f82e9a05;hp=082d80781184f155a29fedacc317275ecad86e7b;hb=6ac028c4d869259041b7c526071cf614ffb033fa;hpb=a4b6dc0b8777eabd4ac8101095476bfa0e281a66 diff --git a/lib/MooseX/Getopt/Meta/Attribute.pm b/lib/MooseX/Getopt/Meta/Attribute.pm index 082d807..22e4191 100644 --- a/lib/MooseX/Getopt/Meta/Attribute.pm +++ b/lib/MooseX/Getopt/Meta/Attribute.pm @@ -32,7 +32,8 @@ has 'cmd_aliases' => ( no Moose; # register this as a metaclass alias ... -package Moose::Meta::Attribute::Custom::Getopt; +package # stop confusing PAUSE + Moose::Meta::Attribute::Custom::Getopt; sub register_implementation { 'MooseX::Getopt::Meta::Attribute' } 1;