X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FTypeConstraint%2FParameterizable.pm;h=6b82dcd819e135f098eb2f17a8448dfd2a199dc8;hb=6302a7e870c9ed9bce511891a74e5bdd140fcc74;hp=7e7929fbb71e7374e972b604c36ec495ea9d294a;hpb=d2e70065000791476ef80d9c8b8dbf0f1982219b;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/TypeConstraint/Parameterizable.pm b/lib/Moose/Meta/TypeConstraint/Parameterizable.pm index 7e7929f..6b82dcd 100644 --- a/lib/Moose/Meta/TypeConstraint/Parameterizable.pm +++ b/lib/Moose/Meta/TypeConstraint/Parameterizable.pm @@ -4,7 +4,7 @@ use strict; use warnings; use metaclass; -our $VERSION = '0.73_01'; +our $VERSION = '0.73_02'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';