projects
/
gitmo/MooseX-AttributeHelpers.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
17dcc9c
)
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
patch
|
blob
|
blame
|
history
diff --git
a/lib/MooseX/AttributeHelpers/MethodProvider.pm
b/lib/MooseX/AttributeHelpers/MethodProvider.pm
index
2e1efde
..
f005da0
100644
(file)
--- 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 {