X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FTypeConstraint%2FRole.pm;h=c39877bc51c1025a745d65513f5a83cd2627729c;hb=e1737edc1aeb23724d9da1fec93ed82e900d8e00;hp=01e2be8fd03282858cd47e4aa9690f045e987310;hpb=4aa3d40594d09325de9feca1b171ae2bd3ef99d3;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/TypeConstraint/Role.pm b/lib/Moose/Meta/TypeConstraint/Role.pm index 01e2be8..c39877b 100644 --- a/lib/Moose/Meta/TypeConstraint/Role.pm +++ b/lib/Moose/Meta/TypeConstraint/Role.pm @@ -7,7 +7,7 @@ use metaclass; use Scalar::Util 'blessed'; use Moose::Util::TypeConstraints (); -our $VERSION = '0.62_01'; +our $VERSION = '0.62_02'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';