X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FTypeConstraint%2FDuckType.pm;h=69624fa1d178accdc7d5de2cffa4775edae66ce6;hb=ae7820b1b884344a7ee90d94b484ca46459eb7b1;hp=51a1375f3fe8a4171f23ec656bb5149546e0ffd5;hpb=b7ef2be4b4b814c7ef52b96cc33e7fb4581428ba;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/TypeConstraint/DuckType.pm b/lib/Moose/Meta/TypeConstraint/DuckType.pm index 51a1375..69624fa 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 = '0.95'; +our $VERSION = '1.06'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';