X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FTypeConstraint%2FUnion.pm;h=f79f7b82ee6690f24de267047956e7d19b5ca1e0;hb=56d7c7453888ed2c684bcdb1d905841d8d03aeb1;hp=71f19b12c1b39a402e0ed92f2d46ff19aae81fcb;hpb=fe2ed1fe3fd0bb94382caf839a5a0520ff2d2f6d;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/TypeConstraint/Union.pm b/lib/Moose/Meta/TypeConstraint/Union.pm index 71f19b1..f79f7b8 100644 --- a/lib/Moose/Meta/TypeConstraint/Union.pm +++ b/lib/Moose/Meta/TypeConstraint/Union.pm @@ -7,7 +7,7 @@ use metaclass; use Moose::Meta::TypeCoercion::Union; -our $VERSION = '0.72_01'; +our $VERSION = '0.73'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';