]> git.vpit.fr Git - perl/modules/Sub-Prototype-Util.git/blobdiff - lib/Sub/Prototype/Util.pm
POD tweak
[perl/modules/Sub-Prototype-Util.git] / 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