X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FMethod.pm;h=be6506d54927f17beefed64551e6e31dda88ff77;hb=cbeacd38c90812d602c262cb67dec8f128061be9;hp=37562cd29fb71d2b28608d630ed71d75717bf7ef;hpb=03e7dbecf3e631d5fb5884b16e3eafe4c14624c3;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Method.pm b/lib/Moose/Meta/Method.pm index 37562cd..be6506d 100644 --- a/lib/Moose/Meta/Method.pm +++ b/lib/Moose/Meta/Method.pm @@ -3,7 +3,8 @@ package Moose::Meta::Method; use strict; use warnings; -our $VERSION = '0.53'; +our $VERSION = '0.56'; +$VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; use base 'Class::MOP::Method';