]> git.vpit.fr Git - perl/modules/Sub-Prototype-Util.git/commitdiff
POD tweak
authorVincent Pit <vince@profvince.com>
Fri, 23 Aug 2013 19:28:58 +0000 (16:28 -0300)
committerVincent Pit <vince@profvince.com>
Fri, 23 Aug 2013 19:28:58 +0000 (16:28 -0300)
lib/Sub/Prototype/Util.pm

index 315224076b3a393c4656bb67b1a6abb3acdbb93f..1bace59e0416137415ef486b8dc8da44324eeb82 100644 (file)
@@ -132,7 +132,7 @@ In this case, C<$name> must be a hash reference that holds exactly one key / val
 
     my $push = wrap { 'CORE::push' => '\@$' }; # only pushes 1 arg
 
-Others arguments are seen as key / value pairs that are meant to tune the code generated by L</wrap>.
+The remaining arguments C<%opts> are treated as key / value pairs that are meant to tune the code generated by L</wrap>.
 Valid keys are :
 
 =over 4