summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
Diffstat (limited to 'pod')
-rw-r--r--pod/perldiag.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod
index 19bfa5efa4..a2c7348b12 100644
--- a/pod/perldiag.pod
+++ b/pod/perldiag.pod
@@ -4282,7 +4282,7 @@ old way has bad side effects.
it already went past any symlink you are presumably trying to look for.
The operation returned C<undef>. Use a filename instead.
-=item Use of my in conditional deprecated
+=item Deprecated use of my() in conditional
(D deprecated) You used a C<my> declaration within a conditional
expression of some sort, such as C<my $x=1 if foo> or C<foo && (my $x = 1)>.