X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FAttribute%2FNative%2FTrait%2FCode.pm;fp=lib%2FMoose%2FMeta%2FAttribute%2FNative%2FTrait%2FCode.pm;h=5609945e4d97792c4ef262e5c0f24a01fbfcb198;hb=16db8ee65fcdf2a4d44a08457202e05f42826515;hp=38629b2c9f7ff34a49c2f14ee626d4af4f2529c5;hpb=7f6c8567a8655943f5369c4ca1a8ef25b51b3999;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Attribute/Native/Trait/Code.pm b/lib/Moose/Meta/Attribute/Native/Trait/Code.pm index 38629b2..5609945 100644 --- a/lib/Moose/Meta/Attribute/Native/Trait/Code.pm +++ b/lib/Moose/Meta/Attribute/Native/Trait/Code.pm @@ -2,7 +2,7 @@ package Moose::Meta::Attribute::Native::Trait::Code; use Moose::Role; use Moose::Meta::Attribute::Native::MethodProvider::Code; -our $VERSION = '1.06'; +our $VERSION = '1.07'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';