summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2010-09-24 00:42:32 -0700
committerFather Chrysostomos <sprout@cpan.org>2010-09-24 00:42:32 -0700
commitb45e24132ffd77f7f0c4bbbce46c04357f42cf7c (patch)
treeec3908babee33aef46778bfb7d75a4d58bae5796
parent7728d0a528574233c63bf7d3b1b65e4d659156b6 (diff)
downloadperl-b45e24132ffd77f7f0c4bbbce46c04357f42cf7c.tar.gz
Missing link in perldelta
-rw-r--r--pod/perldelta.pod3
1 files changed, 2 insertions, 1 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 3ac058d5e3..62871baf8e 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -423,7 +423,8 @@ L<[perl #70614]|http://rt.perl.org/rt3//Public/Bug/Display.html?id=70614>.
When C<-d> is used on the shebang (C<#!>) line, the debugger now has access
to the lines of the main program. In the past, this sometimes worked and
sometimes did not, depending on what order things happened to be arranged
-in memory.
+in memory
+L<[perl #71806]|http://rt.perl.org/rt3//Public/Bug/Display.html?id=71806>.
=back