summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2018-07-20 13:13:15 -0600
committerKarl Williamson <khw@cpan.org>2018-07-20 15:36:18 -0600
commit8a69b36ef9b27e18d28584a74afb636e41890096 (patch)
tree25094477ca7f4226c8a89939001d88ac91620b68 /lib
parent37527a7ed8253652eecd27f1a4f6f1a3074193c1 (diff)
downloadperl-8a69b36ef9b27e18d28584a74afb636e41890096.tar.gz
mktables: Improve warning message
I forgot that mktables (until told that things have been updated) makes all failing boundary condition tests pass and hence I got confused. It's a simple matter to remind the user that this is happening, to prevent the confusion
Diffstat (limited to 'lib')
-rw-r--r--lib/unicore/mktables2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/unicore/mktables b/lib/unicore/mktables
index a66a91388b..e597a2a958 100644
--- a/lib/unicore/mktables
+++ b/lib/unicore/mktables
@@ -20270,7 +20270,7 @@ if ($verbosity >= $NORMAL_VERBOSITY && ! $debug_skip) {
if ($version_of_mk_invlist_bounds lt $v_version) {
Carp::my_carp("WARNING: \\b{} algorithms (regen/mk_invlist.pl) need"
. " to be checked and possibly updated to Unicode"
- . " $string_version");
+ . " $string_version. Failing tests will be marked TODO");
}
exit(0);