X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FGetopt%2FMeta%2FAttribute%2FNoGetopt.pm;fp=lib%2FMooseX%2FGetopt%2FMeta%2FNoGetopt.pm;h=88f36e6fc28420c242854d26bd2536c9763d0b6a;hb=0f8232b66e0f72e35099ce203962a4efc23838cf;hp=d0d859d0204e33fe17da32ae8e91b44bdfce64c8;hpb=f969917f5cb650391a698751da4a219bec2fcdec;p=gitmo%2FMooseX-Getopt.git diff --git a/lib/MooseX/Getopt/Meta/NoGetopt.pm b/lib/MooseX/Getopt/Meta/Attribute/NoGetopt.pm similarity index 85% rename from lib/MooseX/Getopt/Meta/NoGetopt.pm rename to lib/MooseX/Getopt/Meta/Attribute/NoGetopt.pm index d0d859d..88f36e6 100644 --- a/lib/MooseX/Getopt/Meta/NoGetopt.pm +++ b/lib/MooseX/Getopt/Meta/Attribute/NoGetopt.pm @@ -1,7 +1,6 @@ -package MooseX::Getopt::Meta::NoGetopt; +package MooseX::Getopt::Meta::Attribute::NoGetopt; use Moose; -use Moose::Util::TypeConstraints; our $VERSION = '0.01'; our $AUTHORITY = 'cpan:STEVAN'; @@ -12,7 +11,7 @@ no Moose; # register this as a metaclass alias ... package Moose::Meta::Attribute::Custom::NoGetopt; -sub register_implementation { 'MooseX::Getopt::Meta::NoGetopt' } +sub register_implementation { 'MooseX::Getopt::Meta::Attribute::NoGetopt' } 1; @@ -22,7 +21,7 @@ __END__ =head1 NAME -MooseX::NoGetopt::Meta::Attribute - Optional meta attribute for custom option names +MooseX::Getopt::Meta::Attribute::NoGetOpt - Optional meta attribute for ignoring params =head1 SYNOPSIS