X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FGetopt%2FMeta%2FAttribute.pm;fp=lib%2FMooseX%2FGetopt%2FMeta%2FAttribute.pm;h=eb75ba563c19e6f58bd69606846618f5df27b9ef;hb=96df119bc747eb5823ba0490cf7d71d2dc457f6a;hp=09f4e7aeb6d1e5dd17836021ac07135ba0352899;hpb=d116b5ae6fd17ab7c1f6e9815010ac91807af406;p=gitmo%2FMooseX-Getopt.git diff --git a/lib/MooseX/Getopt/Meta/Attribute.pm b/lib/MooseX/Getopt/Meta/Attribute.pm index 09f4e7a..eb75ba5 100644 --- a/lib/MooseX/Getopt/Meta/Attribute.pm +++ b/lib/MooseX/Getopt/Meta/Attribute.pm @@ -3,7 +3,7 @@ package MooseX::Getopt::Meta::Attribute; use Moose; use Moose::Util::TypeConstraints; -our $VERSION = '0.05'; +our $VERSION = '0.150001'; our $AUTHORITY = 'cpan:STEVAN'; extends 'Moose::Meta::Attribute'; # << Moose extending Moose :)