diff options
author | James Mastros <james@mastros.biz> | 2010-06-02 17:35:22 +0100 |
---|---|---|
committer | Rafael Garcia-Suarez <rgs@consttype.org> | 2010-07-26 10:13:01 +0200 |
commit | d8225693adef7017da64423203537ac5d68cfff8 (patch) | |
tree | 4e11d41a92f29648ba2cda846e6386eb9b24569b /t/porting | |
parent | b0227916d216511cb22e759e8a083bf97a928fb5 (diff) | |
download | perl-d8225693adef7017da64423203537ac5d68cfff8.tar.gz |
Document "Ambiguous use of %c resolved as operator %c"
Diffstat (limited to 't/porting')
-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 4fbfa84100..46b4a8682d 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 resolved as operator %c 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() |