diff options
author | James Mastros <james@mastros.biz> | 2010-06-02 18:32:19 +0100 |
---|---|---|
committer | Rafael Garcia-Suarez <rgs@consttype.org> | 2010-07-26 10:13:02 +0200 |
commit | 397d0f13088c8f2fc07173a360ea1bb9227301e5 (patch) | |
tree | 5e6297ab53cf9e613e699f7033100a1dd9d62dbf /t/porting | |
parent | 4da603770916eeea54d6ad0bca34bd83bd01dc35 (diff) | |
download | perl-397d0f13088c8f2fc07173a360ea1bb9227301e5.tar.gz |
Document "Ambiguous use of -%s resolved as -&%s()"
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 a9c5e643d9..e960438040 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 -%s resolved as -&%s() Argument "%s" isn't numeric Argument "%s" isn't numeric in %s Attempt to clear deleted array |