summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2002-10-03 20:34:13 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2002-10-03 20:34:13 +0000
commitcb77fdf0e62f488063efd544deea3e13e215fac6 (patch)
tree57357b53ba1e38d46872e8b7b061593152d03d6b /pod
parent276b2a0c6a53ec634026b73150a6cb3f81349921 (diff)
downloadperl-cb77fdf0e62f488063efd544deea3e13e215fac6.tar.gz
Change the warning message "%s trapped by operation mask"
to include '' around the op name. Document it in perldiag. p4raw-id: //depot/perl@17973
Diffstat (limited to 'pod')
-rw-r--r--pod/perldiag.pod5
1 files changed, 5 insertions, 0 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod
index f174a91012..8f7d0ec9d7 100644
--- a/pod/perldiag.pod
+++ b/pod/perldiag.pod
@@ -165,6 +165,11 @@ or a hash or array slice, such as:
name, and not a subroutine call. C<exists &sub()> will generate this
error.
+=item '%s' trapped by operation mask
+
+(F) You tried to use an operator from a Safe compartment in which it's
+disallowed. See L<Safe>.
+
=item Argument "%s" isn't numeric%s
(W numeric) The indicated string was fed as an argument to an operator