Changes for 0.16
[gitmo/MooseX-Params-Validate.git] / lib / MooseX / Params / Validate.pm
index f507d60..25fb20a 100644 (file)
@@ -19,9 +19,6 @@ use Sub::Exporter -setup => {
     },
 };
 
-our $VERSION   = '0.14';
-our $AUTHORITY = 'cpan:STEVAN';
-
 my %CACHED_SPECS;
 
 sub validated_hash {
@@ -460,9 +457,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>