summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbigail <abigail@abigail.be>2019-01-19 23:09:59 +0100
committerAbigail <abigail@abigail.be>2019-01-19 23:09:59 +0100
commitbcbc8289271124a810c4661887271e87b4311503 (patch)
tree08720d23146134f6005f55d986d00c2aa4db1377
parent0d9be61591ec1fc57215ffd2a99e978939901ee2 (diff)
downloadperl-bcbc8289271124a810c4661887271e87b4311503.tar.gz
Perldelta: Link to each ticket.
This was an automated process, turning any '[perl #NNNN]' into a linke to the corresponding ticket on rt.perl.org.
-rw-r--r--pod/perldelta.pod14
1 files changed, 7 insertions, 7 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 589859c5ed..0f282a720a 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -89,7 +89,7 @@ Additionally, the following selected changes have been made:
=item *
-More specific documentation of paragraph mode. [perl #133722].
+More specific documentation of paragraph mode. L<[perl #133722]|https://rt.perl.org/Ticket/Display.html?id=133722>.
=back
@@ -108,7 +108,7 @@ diagnostic messages, see L<perldiag>.
L<Prototype not terminated|perldiag/"Prototype not terminated">
The file and line number is now reported for this error.
-[perl #133524]
+L<[perl #133524]|https://rt.perl.org/Ticket/Display.html?id=133524>
=back
@@ -123,12 +123,12 @@ made:
=item *
Fix intermittent tests which failed due to race conditions which
-surface during parallel testing. [perl #133740].
+surface during parallel testing. L<[perl #133740]|https://rt.perl.org/Ticket/Display.html?id=133740>.
=item *
Thoroughly test paragraph mode, using a new test file,
-F<t/io/paragraph_mode.t>. [perl #133722].
+F<t/io/paragraph_mode.t>. L<[perl #133722]|https://rt.perl.org/Ticket/Display.html?id=133722>.
=back
@@ -148,18 +148,18 @@ multi-character folds in Unicode correctly. If we want to break a
string at a place which could potentially be in the middle of a
multi-character fold, we back off one (or more) characters, leaving
a shorter EXACTFish regnode. This backing off mechanism contained
-an off-by-one error. [perl #133756].
+an off-by-one error. L<[perl #133756]|https://rt.perl.org/Ticket/Display.html?id=133756>.
=item *
A bare C<eof> call with no previous file handle now returns true.
-[perl #133721]
+L<[perl #133721]|https://rt.perl.org/Ticket/Display.html?id=133721>
=item *
Failing to compile a format now aborts compilation. Like other errors
in sub-parses this could leave the parser in a strange state, possibly
-crashing perl if compilation continued. [perl #132158]
+crashing perl if compilation continued. L<[perl #132158]|https://rt.perl.org/Ticket/Display.html?id=132158>
=back