X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FTypeCoercion.pm;h=0fc4b7a1dca7c9a259164aee1e6fc9672d3e7ce3;hb=7767a8d9e764758094862f684201a7546ac40fbd;hp=0a05cfbdad2dccea75834340c3ab9ccc1ea79524;hpb=40290d18183d44ddbb0f4fdd2f75ffb7955bbfcf;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/TypeCoercion.pm b/lib/Moose/Meta/TypeCoercion.pm index 0a05cfb..0fc4b7a 100644 --- a/lib/Moose/Meta/TypeCoercion.pm +++ b/lib/Moose/Meta/TypeCoercion.pm @@ -8,7 +8,7 @@ use metaclass; use Moose::Meta::Attribute; use Moose::Util::TypeConstraints (); -our $VERSION = '1.04'; +our $VERSION = '1.14'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';