Use dzil Authority plugin - remove $AUTHORITY from code
[gitmo/Moose.git] / lib / Moose / Meta / Attribute / Native.pm
index 524c48d..233c90c 100644 (file)
@@ -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) {