Bump versions
Tomas Doran [Thu, 26 Nov 2009 22:05:59 +0000 (22:05 +0000)]
Makefile.PL
README
lib/MooseX/Getopt/Meta/Attribute.pm
lib/MooseX/Getopt/Meta/Attribute/NoGetopt.pm
lib/MooseX/Getopt/Meta/Attribute/Trait.pm
lib/MooseX/Getopt/Meta/Attribute/Trait/NoGetopt.pm
lib/MooseX/Getopt/OptionTypeMap.pm

index fde9f62..d3b9e47 100644 (file)
@@ -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 (file)
--- 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
 
index 7bb6477..4445e14 100644 (file)
@@ -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 :)
index 1d98a83..c941199 100644 (file)
@@ -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 :)
index 74177d5..aa9735d 100644 (file)
@@ -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' => (
index 180d705..c54fe0f 100644 (file)
@@ -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;
index f634726..0f10309 100644 (file)
@@ -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 = (