From: Tomas Doran Date: Thu, 26 Nov 2009 22:05:59 +0000 (+0000) Subject: Bump versions X-Git-Tag: 0.25~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Getopt.git;a=commitdiff_plain;h=5f90501562e4c7af74e8102411849e9ad611a698 Bump versions --- diff --git a/Makefile.PL b/Makefile.PL index fde9f62..d3b9e47 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,6 +1,6 @@ use strict; use warnings; -use inc::Module::Install 0.75; +use inc::Module::Install 0.91; if ($Module::Install::AUTHOR) { require Module::Install::AuthorRequires; diff --git a/README b/README index ce181ae..6e04d79 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -MooseX::Getopt version 0.21 +MooseX::Getopt version 0.25 =========================== See the individual module documentation for more information @@ -21,7 +21,7 @@ This module requires these other modules and libraries: COPYRIGHT AND LICENCE -Copyright (C) 2007-2008 Infinity Interactive, Inc. +Copyright (C) 2007-2009 Infinity Interactive, Inc. http://www.iinteractive.com diff --git a/lib/MooseX/Getopt/Meta/Attribute.pm b/lib/MooseX/Getopt/Meta/Attribute.pm index 7bb6477..4445e14 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.20'; +our $VERSION = '0.25'; 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 1d98a83..c941199 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.20'; +our $VERSION = '0.25'; 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 74177d5..aa9735d 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.20'; +our $VERSION = '0.25'; 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 180d705..c54fe0f 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.20'; +our $VERSION = '0.25'; our $AUTHORITY = 'cpan:STEVAN'; no Moose::Role; diff --git a/lib/MooseX/Getopt/OptionTypeMap.pm b/lib/MooseX/Getopt/OptionTypeMap.pm index f634726..0f10309 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.20'; +our $VERSION = '0.25'; our $AUTHORITY = 'cpan:STEVAN'; my %option_type_map = (