Had duplicate version and authority in MethodProvider.pm frodwith-refactor
Paul Driver [Fri, 11 Apr 2008 20:35:48 +0000 (20:35 +0000)]
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 {