summaryrefslogtreecommitdiff
path: root/pod/perl5122delta.pod
diff options
context:
space:
mode:
authorМихаил Козачков <mchlkzch@gmail.com>2021-04-12 09:55:31 +0300
committerxenu <me@xenu.pl>2021-04-13 00:44:48 +0200
commit29c6c80448b2dc10ab0f1f572bbc554b399f178c (patch)
treeac57ae6f9ee9ad0376c06922ecef490a0229fdc9 /pod/perl5122delta.pod
parent97f7d7eb693413f6d78f324deabb66a311f72b66 (diff)
downloadperl-29c6c80448b2dc10ab0f1f572bbc554b399f178c.tar.gz
Replaced pod/ rt.perl.org links to github.com
Diffstat (limited to 'pod/perl5122delta.pod')
-rw-r--r--pod/perl5122delta.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perl5122delta.pod b/pod/perl5122delta.pod
index 263080e1ae..4beb0cdf05 100644
--- a/pod/perl5122delta.pod
+++ b/pod/perl5122delta.pod
@@ -207,7 +207,7 @@ fixing a potential crash. C<split()> would crash because the third item
on the stack wasn't the regular expression it expected. C<unpack("%2H",
...)> would return both the unpacked result and the checksum on the stack,
as would C<unpack("%2u", ...)>.
-L<[perl #73814]|http://rt.perl.org/rt3/Ticket/Display.html?id=73814>
+L<[GH #10257]|https://github.com/Perl/perl5/issues/10257>
=item *
@@ -233,7 +233,7 @@ stack for their return values in cases where no argument was passed in.
When matching unicode strings under some conditions inappropriate backtracking would
result in a C<Malformed UTF-8 character (fatal)> error. This should no longer occur.
-See L<[perl #75680]|http://rt.perl.org/rt3/Public/Bug/Display.html?id=75680>
+See L<[GH #10434]|https://github.com/Perl/perl5/issues/10434>
=back