Use dzil Authority plugin - remove $AUTHORITY from code
[gitmo/Moose.git] / lib / Moose / Meta / Attribute / Native / Trait / String.pm
index c413115..37f9dba 100644 (file)
@@ -1,8 +1,6 @@
 package Moose::Meta::Attribute::Native::Trait::String;
 use Moose::Role;
 
-our $AUTHORITY = 'cpan:STEVAN';
-
 with 'Moose::Meta::Attribute::Native::Trait';
 
 sub _default_default { q{} }