From 55c6c1c03fa5d5bb3a2a13c666e5a477dfd13de9 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Sat, 30 May 2015 10:12:33 -0600 Subject: perldelta: Capitalize perl when it means the language There are plenty of other places in our documentationwhere the captialization is iffy, but this one was unambiguous to me. --- pod/perldelta.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 6cc6c6b897..50b18ba88d 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -3049,7 +3049,7 @@ L<[perl #123743]|https://rt.perl.org/Ticket/Display.html?id=123743>. The original visible value of C<$/> is now preserved when it is set to an invalid value. Previously if you set C<$/> to a reference to an array, for example, perl would produce a runtime error and not set -C, but perl code that checked C<$/> would see the array +C, but Perl code that checked C<$/> would see the array reference. L<[perl #123218]|https://rt.perl.org/Ticket/Display.html?id=123218>. -- cgit v1.2.1