projects
/
gitmo/MooseX-Params-Validate.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
c8c6d6c
)
Don't assign $VERSION - call myself maintainer and stevan the author
Dave Rolsky [Mon, 29 Nov 2010 22:44:32 +0000 (16:44 -0600)]
lib/MooseX/Params/Validate.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/MooseX/Params/Validate.pm
b/lib/MooseX/Params/Validate.pm
index
f507d60
..
ddf16fd
100644
(file)
--- a/
lib/MooseX/Params/Validate.pm
+++ b/
lib/MooseX/Params/Validate.pm
@@
-19,7
+19,6
@@
use Sub::Exporter -setup => {
},
};
-our $VERSION = '0.14';
our $AUTHORITY = 'cpan:STEVAN';
my %CACHED_SPECS;
@@
-460,9
+459,7
@@
the cache key will bypass the normal cache key generation.
=back
-=head1 AUTHORS
-
-Stevan Little E<lt>stevan.little@iinteractive.comE<gt>
+=head1 MAINTAINER
Dave Rolsky E<lt>autarch@urth.orgE<gt>