From: Hans Dieter Pearcey Date: Wed, 8 Apr 2009 20:31:46 +0000 (-0400) Subject: unify version numbers X-Git-Tag: 0_17 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Getopt.git;a=commitdiff_plain;h=091954ece6d3e231cfa0529d9a8b943282b0fe45 unify version numbers --- diff --git a/ChangeLog b/ChangeLog index 7bbc2ce..46ad596 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,11 @@ Revision history for Perl extension MooseX-Getopt -0.17 +0.17 Wed. April 8 2009 * MooseX::Getopt - work with latest Moose (hdp) + ~ unify module version numbers with dist version (hdp) + 0.16 Tue. February 17 2009 * t/ - run pod tests only if RELEASE_TESTING env var is set diff --git a/README b/README index 4bb56a0..019dbe8 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -MooseX::Getopt version 0.12 +MooseX::Getopt version 0.17 =========================== See the individual module documentation for more information diff --git a/lib/MooseX/Getopt.pm b/lib/MooseX/Getopt.pm index f28e46b..37d879f 100644 --- a/lib/MooseX/Getopt.pm +++ b/lib/MooseX/Getopt.pm @@ -11,7 +11,7 @@ use Carp (); use Getopt::Long (); # GLD uses it anyway, doesn't hurt use constant HAVE_GLD => not not eval { require Getopt::Long::Descriptive }; -our $VERSION = '0.16'; +our $VERSION = '0.17'; our $AUTHORITY = 'cpan:STEVAN'; has ARGV => (is => 'rw', isa => 'ArrayRef', metaclass => "NoGetopt"); diff --git a/lib/MooseX/Getopt/Meta/Attribute.pm b/lib/MooseX/Getopt/Meta/Attribute.pm index 09f4e7a..3523f65 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.17'; our $AUTHORITY = 'cpan:STEVAN'; extends 'Moose::Meta::Attribute'; # << Moose extending Moose :) diff --git a/lib/MooseX/Getopt/Meta/Attribute/NoGetopt.pm b/lib/MooseX/Getopt/Meta/Attribute/NoGetopt.pm index 7f6f0fe..efaa60d 100644 --- a/lib/MooseX/Getopt/Meta/Attribute/NoGetopt.pm +++ b/lib/MooseX/Getopt/Meta/Attribute/NoGetopt.pm @@ -2,7 +2,7 @@ package MooseX::Getopt::Meta::Attribute::NoGetopt; use Moose; -our $VERSION = '0.02'; +our $VERSION = '0.17'; our $AUTHORITY = 'cpan:STEVAN'; extends 'Moose::Meta::Attribute'; # << Moose extending Moose :) diff --git a/lib/MooseX/Getopt/Meta/Attribute/Trait.pm b/lib/MooseX/Getopt/Meta/Attribute/Trait.pm index 024cdd1..2374f70 100644 --- a/lib/MooseX/Getopt/Meta/Attribute/Trait.pm +++ b/lib/MooseX/Getopt/Meta/Attribute/Trait.pm @@ -3,7 +3,7 @@ package MooseX::Getopt::Meta::Attribute::Trait; use Moose::Role; use Moose::Util::TypeConstraints; -our $VERSION = '0.01'; +our $VERSION = '0.17'; our $AUTHORITY = 'cpan:STEVAN'; has 'cmd_flag' => ( diff --git a/lib/MooseX/Getopt/Meta/Attribute/Trait/NoGetopt.pm b/lib/MooseX/Getopt/Meta/Attribute/Trait/NoGetopt.pm index 4603936..c1f995f 100644 --- a/lib/MooseX/Getopt/Meta/Attribute/Trait/NoGetopt.pm +++ b/lib/MooseX/Getopt/Meta/Attribute/Trait/NoGetopt.pm @@ -2,7 +2,7 @@ package MooseX::Getopt::Meta::Attribute::Trait::NoGetopt; use Moose::Role; -our $VERSION = '0.01'; +our $VERSION = '0.17'; our $AUTHORITY = 'cpan:STEVAN'; no Moose::Role; diff --git a/lib/MooseX/Getopt/OptionTypeMap.pm b/lib/MooseX/Getopt/OptionTypeMap.pm index 3ec2832..601b0cc 100644 --- a/lib/MooseX/Getopt/OptionTypeMap.pm +++ b/lib/MooseX/Getopt/OptionTypeMap.pm @@ -4,7 +4,7 @@ package MooseX::Getopt::OptionTypeMap; use Moose 'confess', 'blessed'; use Moose::Util::TypeConstraints 'find_type_constraint'; -our $VERSION = '0.04'; +our $VERSION = '0.17'; our $AUTHORITY = 'cpan:STEVAN'; my %option_type_map = (