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

index f507d60..ddf16fd 100644 (file)
@@ -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>