Added version and authority info to a couple of files.
[gitmo/MooseX-AttributeHelpers.git] / lib / MooseX / AttributeHelpers / MethodProvider.pm
index 9022690..2e1efde 100644 (file)
@@ -3,6 +3,9 @@ package MooseX::AttributeHelpers::MethodProvider;
 use strict;
 use warnings;
 
+our $VERSION   = '0.01';
+our $AUTHORITY = 'cpan:STEVAN';
+
 use Carp qw(confess);
 use Exporter qw(import);
 our @EXPORT = qw(get_provider_methods add_method_provider get_provider_type);