X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FAttributeHelpers%2FMethodProvider.pm;h=f005da0d01332471652a423c130b8ed4ef5037c1;hb=frodwith-refactor;hp=2e1efde6cba47edda336ba431c374af33e76e4ed;hpb=17dcc9c930b99b84a62387d52a64b0f6a34212c1;p=gitmo%2FMooseX-AttributeHelpers.git 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 {