X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FAttribute%2FNative%2FMethodProvider%2FCode.pm;h=e90eb01b781d3c1eaaf149c6f16d8994c3c63553;hb=870d0f1a40aafaeab1155cae153ac60c47cd12ec;hp=908e95116a963be7aa7c1817aae166c8e28f92fb;hpb=d4048ef33f6cad8a3453766505ee0c67690796f6;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 908e951..e90eb01 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 = '0.93'; +our $VERSION = '0.94'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';