From: Dave Rolsky Date: Mon, 29 Nov 2010 22:44:32 +0000 (-0600) Subject: Don't assign $VERSION - call myself maintainer and stevan the author X-Git-Tag: v0.15~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Params-Validate.git;a=commitdiff_plain;h=3a905ae7a7ed6e473d53204e89940e9dfba3f1ce Don't assign $VERSION - call myself maintainer and stevan the author --- diff --git a/lib/MooseX/Params/Validate.pm b/lib/MooseX/Params/Validate.pm index f507d60..ddf16fd 100644 --- 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 Estevan.little@iinteractive.comE +=head1 MAINTAINER Dave Rolsky Eautarch@urth.orgE