diff options
author | James Mastros <james@mastros.biz> | 2010-06-02 17:44:45 +0100 |
---|---|---|
committer | Rafael Garcia-Suarez <rgs@consttype.org> | 2010-07-26 10:13:01 +0200 |
commit | 1ef43bca16a834dad67a76e73eb6ed31d2a46cb1 (patch) | |
tree | 1772fac195980685083430ddcfd5ac58e3cf4b4f /t | |
parent | d8225693adef7017da64423203537ac5d68cfff8 (diff) | |
download | perl-1ef43bca16a834dad67a76e73eb6ed31d2a46cb1.tar.gz |
Document "Ambiguous use of %c{%s} resolved to %c%s"
Diffstat (limited to 't')
-rw-r--r-- | t/porting/diag.t | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/t/porting/diag.t b/t/porting/diag.t index 46b4a8682d..084afb7984 100644 --- a/t/porting/diag.t +++ b/t/porting/diag.t @@ -226,7 +226,6 @@ sub check_file { # PLEASE DO NOT ADD TO THIS LIST. Instead, write an entry in # pod/perldiag.pod for your new (warning|error). __DATA__ -Ambiguous use of %c{%s} resolved to %c%s Ambiguous use of %c{%s%s} resolved to %c%s%s Ambiguous use of -%s resolved as -&%s() Argument "%s" isn't numeric |