From: Florian Ragwitz Date: Sat, 11 Sep 2010 18:00:07 +0000 (+0200) Subject: Version 0.24 X-Git-Tag: 0.24^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3da38ef893627fa8efeecd85c69ffd1ff4ddb4e6;p=gitmo%2FMooseX-Types.git Version 0.24 --- diff --git a/Changes b/Changes index 873471d..baf8063 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ Revision history for MooseX-Types -0.24 +0.24 Sat Sep 11 19:59:18 CEST 2010 - Avoid more warnings from Moose 1.09 in tests (Dave Rolsky). 0.23 Tue Jul 20 02:18:37 CEST 2010 diff --git a/lib/MooseX/Types.pm b/lib/MooseX/Types.pm index 1e5c94f..634f669 100644 --- a/lib/MooseX/Types.pm +++ b/lib/MooseX/Types.pm @@ -20,7 +20,7 @@ use Scalar::Util 'reftype'; use namespace::clean -except => [qw( meta )]; use 5.008; -our $VERSION = '0.23'; +our $VERSION = '0.24'; my $UndefMsg = q{Action for type '%s' not yet defined in library '%s'}; =head1 SYNOPSIS diff --git a/lib/MooseX/Types/Base.pm b/lib/MooseX/Types/Base.pm index 3ac5423..ba5f555 100644 --- a/lib/MooseX/Types/Base.pm +++ b/lib/MooseX/Types/Base.pm @@ -1,5 +1,5 @@ package MooseX::Types::Base; -our $VERSION = "0.23"; +our $VERSION = "0.24"; use Moose; =head1 NAME diff --git a/lib/MooseX/Types/CheckedUtilExports.pm b/lib/MooseX/Types/CheckedUtilExports.pm index 877ad2e..a35e2a0 100644 --- a/lib/MooseX/Types/CheckedUtilExports.pm +++ b/lib/MooseX/Types/CheckedUtilExports.pm @@ -6,7 +6,7 @@ safer for L =cut package MooseX::Types::CheckedUtilExports; -our $VERSION = "0.23"; +our $VERSION = "0.24"; use strict; use warnings; diff --git a/lib/MooseX/Types/Combine.pm b/lib/MooseX/Types/Combine.pm index 37f300a..f41fd6e 100644 --- a/lib/MooseX/Types/Combine.pm +++ b/lib/MooseX/Types/Combine.pm @@ -5,7 +5,7 @@ MooseX::Types::Combine - Combine type libraries for exporting =cut package MooseX::Types::Combine; -our $VERSION = "0.23"; +our $VERSION = "0.24"; use strict; use warnings; diff --git a/lib/MooseX/Types/Moose.pm b/lib/MooseX/Types/Moose.pm index 4da54df..50918c0 100644 --- a/lib/MooseX/Types/Moose.pm +++ b/lib/MooseX/Types/Moose.pm @@ -1,5 +1,5 @@ package MooseX::Types::Moose; -our $VERSION = "0.23"; +our $VERSION = "0.24"; =head1 NAME diff --git a/lib/MooseX/Types/TypeDecorator.pm b/lib/MooseX/Types/TypeDecorator.pm index e55baf4..ef6ddec 100644 --- a/lib/MooseX/Types/TypeDecorator.pm +++ b/lib/MooseX/Types/TypeDecorator.pm @@ -1,5 +1,5 @@ package MooseX::Types::TypeDecorator; -our $VERSION = "0.23"; +our $VERSION = "0.24"; use strict; use warnings; diff --git a/lib/MooseX/Types/UndefinedType.pm b/lib/MooseX/Types/UndefinedType.pm index 02c4918..69e0fba 100644 --- a/lib/MooseX/Types/UndefinedType.pm +++ b/lib/MooseX/Types/UndefinedType.pm @@ -1,5 +1,5 @@ package MooseX::Types::UndefinedType; -our $VERSION = "0.23"; +our $VERSION = "0.24"; =head1 NAME diff --git a/lib/MooseX/Types/Util.pm b/lib/MooseX/Types/Util.pm index d9ffe01..e789402 100644 --- a/lib/MooseX/Types/Util.pm +++ b/lib/MooseX/Types/Util.pm @@ -1,5 +1,5 @@ package MooseX::Types::Util; -our $VERSION = "0.23"; +our $VERSION = "0.24"; =head1 NAME diff --git a/lib/MooseX/Types/Wrapper.pm b/lib/MooseX/Types/Wrapper.pm index f803fcc..4d08c22 100644 --- a/lib/MooseX/Types/Wrapper.pm +++ b/lib/MooseX/Types/Wrapper.pm @@ -5,7 +5,7 @@ MooseX::Types::Wrapper - Wrap exports from a library =cut package MooseX::Types::Wrapper; -our $VERSION = "0.23"; +our $VERSION = "0.24"; use Moose; use Carp::Clan qw( ^MooseX::Types );