X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FTypeConstraint%2FDuckType.pm;h=75209d7e4a2a692204d7e3a182bfe159a0a8889a;hb=0c3879e855fa83153b432144307fb0e8b7e8d595;hp=00f1119896d7fbeee1ce3428e6d2918330a0838c;hpb=a7fba9b3422726afb707ffd4b81cd6155a2809c1;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/TypeConstraint/DuckType.pm b/lib/Moose/Meta/TypeConstraint/DuckType.pm index 00f1119..75209d7 100644 --- a/lib/Moose/Meta/TypeConstraint/DuckType.pm +++ b/lib/Moose/Meta/TypeConstraint/DuckType.pm @@ -10,7 +10,7 @@ use Moose::Util 'english_list'; use Moose::Util::TypeConstraints (); -our $VERSION = '1.24'; +our $VERSION = '1.25'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';