X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FTypeConstraint%2FRole.pm;h=8bc111f44772728718ae00fef717268beb070aeb;hb=462a3e15a74078a0544eeeba2ebe1efd26ac2327;hp=779167e48bac29d2696919fc9298038465587f7c;hpb=03e7dbecf3e631d5fb5884b16e3eafe4c14624c3;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/TypeConstraint/Role.pm b/lib/Moose/Meta/TypeConstraint/Role.pm index 779167e..8bc111f 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.53'; +our $VERSION = '0.55'; our $AUTHORITY = 'cpan:STEVAN'; use base 'Moose::Meta::TypeConstraint';