X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FTypeConstraint%2FDuckType.pm;h=6dfbc50d42e727d62ce87fb864f539ebf5ebfdfa;hb=9e4ed568f2e5c1041e6fea8d0cbde420562ab5df;hp=e2b1b05df549508be9f8bc9e7d91167f69a4c252;hpb=0a6bff54f187f41f2df406cc732d53b4d9100d59;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/TypeConstraint/DuckType.pm b/lib/Moose/Meta/TypeConstraint/DuckType.pm index e2b1b05..6dfbc50 100644 --- a/lib/Moose/Meta/TypeConstraint/DuckType.pm +++ b/lib/Moose/Meta/TypeConstraint/DuckType.pm @@ -9,7 +9,7 @@ use Moose::Util 'english_list'; use Moose::Util::TypeConstraints (); -our $VERSION = '0.83'; +our $VERSION = '0.84'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';