Had duplicate version and authority in MethodProvider.pm
[gitmo/MooseX-AttributeHelpers.git] / lib / MooseX / AttributeHelpers / MethodProvider.pm
index 2e1efde..f005da0 100644 (file)
@@ -10,9 +10,6 @@ use Carp qw(confess);
 use Exporter qw(import);
 our @EXPORT = qw(get_provider_methods add_method_provider get_provider_type);
 
-our $VERSION   = '0.01';
-our $AUTHORITY = 'cpan:STEVAN';
-
 my %REGISTRY;
 
 sub get_provider_type {