X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FUtil%2FTypeConstraints.pm;h=00c9edcc461d507f21fb5ea3c18e9c9982476332;hb=7a10df4daf77f0efcf873693e0868b845387430d;hp=41e52030d2ef99480f2207ddc09ea29313410451;hpb=3a55f2535b3f4141104908f90d179c7a2f38e2dc;p=gitmo%2FMoose.git diff --git a/lib/Moose/Util/TypeConstraints.pm b/lib/Moose/Util/TypeConstraints.pm index 41e5203..00c9edc 100644 --- a/lib/Moose/Util/TypeConstraints.pm +++ b/lib/Moose/Util/TypeConstraints.pm @@ -6,7 +6,7 @@ use List::MoreUtils qw( all any ); use Scalar::Util qw( blessed reftype ); use Moose::Exporter; -our $VERSION = '0.93_02'; +our $VERSION = '0.93_03'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';