summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2021-08-23 11:36:38 +0000
committerNicholas Clark <nick@ccl4.org>2021-08-23 11:37:39 +0000
commitf6d7eeb5e8b230750151117153ab57f0112fd12c (patch)
tree7f88eed9ec4f98e16cdcab50e90fc93d5a38923c /MANIFEST
parente2737abbb702a05e83f4aa2486a941ac3964446a (diff)
downloadperl-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--MANIFEST2
1 files changed, 1 insertions, 1 deletions
diff --git a/MANIFEST b/MANIFEST
index bf099a95bb..12035163ac 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -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