diff options
author | Nicholas Clark <nick@ccl4.org> | 2021-08-23 11:36:38 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2021-08-23 11:37:39 +0000 |
commit | f6d7eeb5e8b230750151117153ab57f0112fd12c (patch) | |
tree | 7f88eed9ec4f98e16cdcab50e90fc93d5a38923c /MANIFEST | |
parent | e2737abbb702a05e83f4aa2486a941ac3964446a (diff) | |
download | perl-f6d7eeb5e8b230750151117153ab57f0112fd12c.tar.gz |
Replace FIXME in the MANIFEST with the correct description for the file.
We have 117 instances of the text FIXME in the core source code - it's not
actually good choice of text for a placeholder meaning "fix this before
pushing", as it's easy to miss the one that was added with this intent.
My mistake, spotted by ilmari.
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5890,7 +5890,7 @@ t/op/grep.t See if grep() and map() work t/op/groups.t See if $( works t/op/gv.t See if typeglobs work t/op/hash.t See if the complexity attackers are repelled -t/op/hash-clear-placeholders.t FIXME +t/op/hash-clear-placeholders.t Tests for corner cases in S_clear_placeholders t/op/hash-rt85026.t See if hash iteration/deletion works t/op/hashassign.t See if hash assignments work t/op/hashwarn.t See if warnings for bad hash assignments work |