diff options
author | Karl Williamson <khw@cpan.org> | 2022-05-05 13:22:17 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2022-06-08 09:57:13 -0600 |
commit | f66a8cabf10e556bf49a87cdebbc633ecabbebba (patch) | |
tree | 950d673c4187df05e2b65ab17ea5b3450b7129e2 /lib/perl5db.pl | |
parent | 59c183866280d4758da351a71fef284ac7d53cf8 (diff) | |
download | perl-f66a8cabf10e556bf49a87cdebbc633ecabbebba.tar.gz |
perl5db.pl: Make hyperlink in pod
Diffstat (limited to 'lib/perl5db.pl')
-rw-r--r-- | lib/perl5db.pl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/perl5db.pl b/lib/perl5db.pl index 64f7fcb262..5c6b41aa67 100644 --- a/lib/perl5db.pl +++ b/lib/perl5db.pl @@ -10370,7 +10370,8 @@ sub cmd_prepost { Contains the C<at_exit> routine that the debugger uses to issue the C<Debugged program terminated ...> message after the program completes. See -the C<END> block documentation for more details. +the L<C<END>|/END PROCESSING - THE END BLOCK> block documentation for more +details. =cut |