X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FTypeConstraint%2FUnion.pm;h=ad9b414129266ed96d0a1bbac6a6f1e87951d212;hb=0c3879e855fa83153b432144307fb0e8b7e8d595;hp=8b457f25e863e396c562020289c0615dbfc15cb2;hpb=a7fba9b3422726afb707ffd4b81cd6155a2809c1;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/TypeConstraint/Union.pm b/lib/Moose/Meta/TypeConstraint/Union.pm index 8b457f2..ad9b414 100644 --- a/lib/Moose/Meta/TypeConstraint/Union.pm +++ b/lib/Moose/Meta/TypeConstraint/Union.pm @@ -9,7 +9,7 @@ use Moose::Meta::TypeCoercion::Union; use List::Util qw(first); -our $VERSION = '1.24'; +our $VERSION = '1.25'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';