X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FGetopt%2FMeta%2FAttribute%2FNoGetopt.pm;h=7dd84b01ce4920c3ff5bb034a3f106e74afb35b4;hb=7ff9f8b5e03f470cef8d8e630a92d7a18784a1a1;hp=5222a50d7b250d8666d47ee0143e414c675765b8;hpb=6ac028c4d869259041b7c526071cf614ffb033fa;p=gitmo%2FMooseX-Getopt.git diff --git a/lib/MooseX/Getopt/Meta/Attribute/NoGetopt.pm b/lib/MooseX/Getopt/Meta/Attribute/NoGetopt.pm index 5222a50..7dd84b0 100644 --- a/lib/MooseX/Getopt/Meta/Attribute/NoGetopt.pm +++ b/lib/MooseX/Getopt/Meta/Attribute/NoGetopt.pm @@ -2,10 +2,11 @@ package MooseX::Getopt::Meta::Attribute::NoGetopt; use Moose; -our $VERSION = '0.01'; +our $VERSION = '0.19'; our $AUTHORITY = 'cpan:STEVAN'; extends 'Moose::Meta::Attribute'; # << Moose extending Moose :) + with 'MooseX::Getopt::Meta::Attribute::Trait::NoGetopt'; no Moose; @@ -69,7 +70,7 @@ Chris Prather C<< >> =head1 COPYRIGHT AND LICENSE -Copyright 2007 by Infinity Interactive, Inc. +Copyright 2007-2008 by Infinity Interactive, Inc. L