From: Paul Driver Date: Fri, 11 Apr 2008 20:35:48 +0000 (+0000) Subject: Had duplicate version and authority in MethodProvider.pm X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b53ffb91741ec9060423732217e44efee08962e1;p=gitmo%2FMooseX-AttributeHelpers.git Had duplicate version and authority in MethodProvider.pm --- diff --git a/lib/MooseX/AttributeHelpers/MethodProvider.pm b/lib/MooseX/AttributeHelpers/MethodProvider.pm index 2e1efde..f005da0 100644 --- a/lib/MooseX/AttributeHelpers/MethodProvider.pm +++ b/lib/MooseX/AttributeHelpers/MethodProvider.pm @@ -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 {