From: Dave Rolsky Date: Mon, 22 Jul 2013 15:39:21 +0000 (-0500) Subject: Fix small typo X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Params-Validate.git;a=commitdiff_plain;h=0a0bf9c2d3a08e5798015de93643dd9fd47f35d1 Fix small typo --- diff --git a/lib/MooseX/Params/Validate.pm b/lib/MooseX/Params/Validate.pm index 881caed..6997aca 100644 --- a/lib/MooseX/Params/Validate.pm +++ b/lib/MooseX/Params/Validate.pm @@ -414,9 +414,9 @@ below, simply pass them after the list of parameter validation specs: =head1 ALLOWING EXTRA PARAMETERS By default, any parameters not mentioned in the parameter spec cause this -module to throw an error. However, you can have have this module simply ignore -them by setting C to a true value when calling -a validation subroutine. +module to throw an error. However, you can have this module simply ignore them +by setting C to a true value when calling a +validation subroutine. When calling C or C the extra parameters are simply returned in the hash or list as appropriate. However, when you call