X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FRole%2FMethod.pm;h=7e92915eb1f5a4114be370f7146c2378b75dfd88;hb=330dbb079ab3e4ff26fb694c232b9c86b2d19161;hp=27b3f106c50ca6c90b70885a3670cb44b52e86c7;hpb=713b0244d34d5ef472077ce5913dfe0d1daa958d;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Role/Method.pm b/lib/Moose/Meta/Role/Method.pm index 27b3f10..7e92915 100644 --- a/lib/Moose/Meta/Role/Method.pm +++ b/lib/Moose/Meta/Role/Method.pm @@ -4,7 +4,7 @@ package Moose::Meta::Role::Method; use strict; use warnings; -our $VERSION = '0.54'; +our $VERSION = '0.55'; our $AUTHORITY = 'cpan:STEVAN'; use base 'Class::MOP::Method';