X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FAttribute%2FNative.pm;h=233c90c75dcd3ab6c1c3ae8c3cf91492591bfe48;hb=d5f6cadef8d83deaf7dd95302908cd4f61aeab8a;hp=524c48d57fdf97f59d5df14710ce3b127f358dfb;hpb=ad46f5244f59757c45306c4a41e195b7aa4b0943;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Attribute/Native.pm b/lib/Moose/Meta/Attribute/Native.pm index 524c48d..233c90c 100644 --- a/lib/Moose/Meta/Attribute/Native.pm +++ b/lib/Moose/Meta/Attribute/Native.pm @@ -1,7 +1,5 @@ package Moose::Meta::Attribute::Native; -our $AUTHORITY = 'cpan:STEVAN'; - my @trait_names = qw(Bool Counter Number String Array Hash Code); for my $trait_name (@trait_names) {