Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0bf6845

Browse files
committed
Fix previous nit to really do the right thing.
1 parent 60a3d27 commit 0bf6845

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/myformat.perl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ sub my_module_index_helper{
182182

183183
sub do_cmd_nodename{ &do_cmd_label(@_); }
184184

185-
sub do_cmd_mytableofcontents{ &do_cmd_tableofcontents(@_); }
185+
sub do_cmd_mytableofcontents{ local($_) = @_; $_; }
186186

187187
$any_next_pair_rx3 = "$O(\\d+)$C([\\s\\S]*)$O\\3$C";
188188
$any_next_pair_rx5 = "$O(\\d+)$C([\\s\\S]*)$O\\5$C";

0 commit comments

Comments
 (0)