X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FRole.pm;h=e2ed536173bc63de481622cc40f2fd84f0bb820c;hb=a7e9b05b9505cd4d2d642ead617de0eb7074e23f;hp=a21e2974a06ba71e6d95e539773a4760551c0bd8;hpb=6ae2afc2e3813eb361d4784be0976bc15137359b;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Role.pm b/lib/Moose/Meta/Role.pm index a21e297..e2ed536 100644 --- a/lib/Moose/Meta/Role.pm +++ b/lib/Moose/Meta/Role.pm @@ -8,7 +8,7 @@ use metaclass; use Carp 'confess'; use Scalar::Util 'blessed'; -our $VERSION = '0.55_03'; +our $VERSION = '0.55_04'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';