diff options
author | James Mastros <james@mastros.biz> | 2010-06-02 17:22:59 +0100 |
---|---|---|
committer | Rafael Garcia-Suarez <rgs@consttype.org> | 2010-07-26 10:13:01 +0200 |
commit | b0227916d216511cb22e759e8a083bf97a928fb5 (patch) | |
tree | 2cd35008802bea56946495b41c4fee6d17c121fa /t | |
parent | de2b151d9e0876a9d49b0e149d8417cbf593de16 (diff) | |
download | perl-b0227916d216511cb22e759e8a083bf97a928fb5.tar.gz |
Stick a comment in t/porting/diag.t begging people not to abuse the ignore list
Diffstat (limited to 't')
-rw-r--r-- | t/porting/diag.t | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/t/porting/diag.t b/t/porting/diag.t index b9517b6f35..4fbfa84100 100644 --- a/t/porting/diag.t +++ b/t/porting/diag.t @@ -222,6 +222,9 @@ sub check_file { } # Lists all missing things as of the inaguration of this script, so we # don't have to go from "meh" to perfect all at once. +# +# 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 |