X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FTypeConstraint%2FDuckType.pm;h=3acee3c84f7f89b3d5977db3573d680a9689e24e;hb=45160c4b37efc1dce63d008c7a734d8250fb714c;hp=8803c70cb72a249284274d9b854c0e6f39b10525;hpb=7a10df4daf77f0efcf873693e0868b845387430d;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/TypeConstraint/DuckType.pm b/lib/Moose/Meta/TypeConstraint/DuckType.pm index 8803c70..3acee3c 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.93_03'; +our $VERSION = '0.99'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';