X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FUtil%2FTypeConstraints.pm;h=a2fc4870a98026c6ddf8b3d14209dbf4ad3eda71;hb=40290d18183d44ddbb0f4fdd2f75ffb7955bbfcf;hp=e8e8e53e669465f8d4f3be285c5c839a679ec90a;hpb=02e5f2a7175caab1953e635f3f5defb6c4e85ea5;p=gitmo%2FMoose.git diff --git a/lib/Moose/Util/TypeConstraints.pm b/lib/Moose/Util/TypeConstraints.pm index e8e8e53..a2fc487 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 = '1.03'; +our $VERSION = '1.04'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';