diff options
author | James Mastros <james@mastros.biz> | 2010-07-08 21:41:27 +0100 |
---|---|---|
committer | Rafael Garcia-Suarez <rgs@consttype.org> | 2010-07-26 10:13:02 +0200 |
commit | bdac9d717d6341cb8bde12c7706da7e9793fca3a (patch) | |
tree | e85b86428b2acf01c2e44574043ce07625775be5 /pod | |
parent | 397d0f13088c8f2fc07173a360ea1bb9227301e5 (diff) | |
download | perl-bdac9d717d6341cb8bde12c7706da7e9793fca3a.tar.gz |
Remove "at - line 3" from the end of a perldiag entry.
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perldiag.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 9d4451fe35..241ad01206 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -115,7 +115,7 @@ please write C<$foo[2]>, or you might have meant to pass an anonymous arrayref to the function named foo, then do a scalar deref on the value it returns. If you meant that, write C<${foo([2])}>. -=item Ambiguous use of -%s resolved as -&%s() at - line 3. +=item Ambiguous use of -%s resolved as -&%s() (W ambiguous) You wrote something like C<-foo>, which might be the string C<"-foo"> (outside of C<use strict 'subs'>), or a call to the |