summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2019-10-22 14:19:16 -0600
committerNicolas R <atoomic@cpan.org>2019-11-08 12:01:13 -0700
commit8478ea8fae2259140fbec181da0c5ad7805d5c89 (patch)
treea834a157da33556c20a6700757ad04fda9ffea50 /dist
parent91413f339a1c32a640d218f6344c2fa3886fd601 (diff)
downloadperl-8478ea8fae2259140fbec181da0c5ad7805d5c89.tar.gz
parts/inc/misc: Change version validity criteria
I'm not sure why I think this is a good idea, but I know Unicode handling started in 5.6, and am converting to use that criterium (cherry picked from commit d69dce5eb7ab3ae39718aad250fcba2189773621) Signed-off-by: Nicolas R <atoomic@cpan.org>
Diffstat (limited to 'dist')
-rw-r--r--dist/Devel-PPPort/parts/inc/misc2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/Devel-PPPort/parts/inc/misc b/dist/Devel-PPPort/parts/inc/misc
index 1a9f2676cb..0706f1d7ae 100644
--- a/dist/Devel-PPPort/parts/inc/misc
+++ b/dist/Devel-PPPort/parts/inc/misc
@@ -981,7 +981,7 @@ __UNDEFINED__ toTITLE_utf8_safe(s,e,r,l) \
__UNDEFINED__ toFOLD_utf8_safe(s,e,r,l) \
D_PPP_GENERIC_MULTI_ARG_TO(FOLD,s,e,r,l)
-#elif defined(UTF8SKIP)
+#elif { VERSION >= 5.006 }
/* Here we have UTF-8 support, but using the original API where the case
* changing functions merely returned the changed code point; hence they