bump version to 0.25 0.25
Dave Rolsky [Tue, 30 Nov 2010 19:50:22 +0000 (13:50 -0600)]
lib/MooseX/Types.pm
lib/MooseX/Types/Base.pm
lib/MooseX/Types/CheckedUtilExports.pm
lib/MooseX/Types/Combine.pm
lib/MooseX/Types/Moose.pm
lib/MooseX/Types/TypeDecorator.pm
lib/MooseX/Types/UndefinedType.pm
lib/MooseX/Types/Util.pm
lib/MooseX/Types/Wrapper.pm

index 1a98764..cb5e698 100644 (file)
@@ -20,7 +20,7 @@ use Scalar::Util                      'reftype';
 use namespace::clean -except => [qw( meta )];
 
 use 5.008;
-our $VERSION = '0.24';
+our $VERSION = '0.25';
 my $UndefMsg = q{Action for type '%s' not yet defined in library '%s'};
 
 =head1 SYNOPSIS
index ba5f555..3c5176b 100644 (file)
@@ -1,5 +1,5 @@
 package MooseX::Types::Base;
-our $VERSION = "0.24";
+our $VERSION = "0.25";
 use Moose;
 
 =head1 NAME
index a35e2a0..5337873 100644 (file)
@@ -6,7 +6,7 @@ safer for L<MooseX::Types>
 =cut
 
 package MooseX::Types::CheckedUtilExports;
-our $VERSION = "0.24";
+our $VERSION = "0.25";
 
 use strict;
 use warnings;
index 7202ec1..3e80002 100644 (file)
@@ -5,7 +5,7 @@ MooseX::Types::Combine - Combine type libraries for exporting
 =cut
 
 package MooseX::Types::Combine;
-our $VERSION = "0.24";
+our $VERSION = "0.25";
 
 use strict;
 use warnings;
index 50918c0..36ed545 100644 (file)
@@ -1,5 +1,5 @@
 package MooseX::Types::Moose;
-our $VERSION = "0.24";
+our $VERSION = "0.25";
 
 =head1 NAME
 
index ef6ddec..808e7d6 100644 (file)
@@ -1,5 +1,5 @@
 package MooseX::Types::TypeDecorator;
-our $VERSION = "0.24";
+our $VERSION = "0.25";
 
 use strict;
 use warnings;
index 69e0fba..8f0b2e3 100644 (file)
@@ -1,5 +1,5 @@
 package MooseX::Types::UndefinedType;
-our $VERSION = "0.24";
+our $VERSION = "0.25";
 
 =head1 NAME
 
index e789402..fc6488f 100644 (file)
@@ -1,5 +1,5 @@
 package MooseX::Types::Util;
-our $VERSION = "0.24";
+our $VERSION = "0.25";
 
 =head1 NAME
 
index 4d08c22..b3fc48a 100644 (file)
@@ -5,7 +5,7 @@ MooseX::Types::Wrapper - Wrap exports from a library
 =cut
 
 package MooseX::Types::Wrapper;
-our $VERSION = "0.24";
+our $VERSION = "0.25";
 use Moose;
 
 use Carp::Clan      qw( ^MooseX::Types );