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=37eec42e824e2dc1a7ad94f299570f0846f28266;hb=d5f6cadef8d83deaf7dd95302908cd4f61aeab8a;hp=428895835e8d9df073163f8ce9f76c701c81b9fd;hpb=017eb15a5272a878d8694a158701da1e79e0ff9f;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 4288958..37eec42 100644 --- a/lib/Moose/Meta/Attribute/Native/Trait/Code.pm +++ b/lib/Moose/Meta/Attribute/Native/Trait/Code.pm @@ -1,8 +1,6 @@ package Moose::Meta::Attribute::Native::Trait::Code; use Moose::Role; -our $AUTHORITY = 'cpan:STEVAN'; - with 'Moose::Meta::Attribute::Native::Trait'; sub _helper_type { 'CodeRef' }