X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FUtil%2FTypeConstraints.pm;h=8aff9e9807f645fa665f4d8e868973b318506776;hb=6302a7e870c9ed9bce511891a74e5bdd140fcc74;hp=04c76ccbd44058b7b0fdbe79b4bf0fa3a134d58f;hpb=d2e70065000791476ef80d9c8b8dbf0f1982219b;p=gitmo%2FMoose.git diff --git a/lib/Moose/Util/TypeConstraints.pm b/lib/Moose/Util/TypeConstraints.pm index 04c76cc..8aff9e9 100644 --- a/lib/Moose/Util/TypeConstraints.pm +++ b/lib/Moose/Util/TypeConstraints.pm @@ -9,7 +9,7 @@ use List::MoreUtils qw( all any ); use Scalar::Util qw( blessed reftype ); use Moose::Exporter; -our $VERSION = '0.73_01'; +our $VERSION = '0.73_02'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';