X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FMethod.pm;h=7a89e68b18c313bcea96eb7eac91e6d592b80bad;hb=e462f6f3d260687b8f7372b112a50c5c2a2c431c;hp=31eaf1fee938e0f0ed9038bfcf5b2362c02372ce;hpb=0843724eb0530a5219bd11dda7d037b4f67af0b5;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Method.pm b/lib/Moose/Meta/Method.pm index 31eaf1f..7a89e68 100644 --- a/lib/Moose/Meta/Method.pm +++ b/lib/Moose/Meta/Method.pm @@ -3,7 +3,7 @@ package Moose::Meta::Method; use strict; use warnings; -our $VERSION = '1.04'; +our $VERSION = '1.05'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';