Remove "at - line 3" from the end of a perldiag entry.
authorJames Mastros <james@mastros.biz>
Thu, 8 Jul 2010 20:41:27 +0000 (21:41 +0100)
committerRafael Garcia-Suarez <rgs@consttype.org>
Mon, 26 Jul 2010 08:13:02 +0000 (10:13 +0200)
pod/perldiag.pod

index 9d4451f..241ad01 100644 (file)
@@ -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