X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FAttribute%2FNative%2FMethodProvider%2FCode.pm;h=d37b7b360af2b266da3759414d6bdd72d7f4b39b;hb=e462f6f3d260687b8f7372b112a50c5c2a2c431c;hp=b9d1da67799e316849bd9bc8de5640ee3896ae52;hpb=0843724eb0530a5219bd11dda7d037b4f67af0b5;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Attribute/Native/MethodProvider/Code.pm b/lib/Moose/Meta/Attribute/Native/MethodProvider/Code.pm index b9d1da6..d37b7b3 100644 --- a/lib/Moose/Meta/Attribute/Native/MethodProvider/Code.pm +++ b/lib/Moose/Meta/Attribute/Native/MethodProvider/Code.pm @@ -1,7 +1,7 @@ package Moose::Meta::Attribute::Native::MethodProvider::Code; use Moose::Role; -our $VERSION = '1.04'; +our $VERSION = '1.05'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';