diff options
Diffstat (limited to 't/uni/lower.t')
-rw-r--r-- | t/uni/lower.t | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/t/uni/lower.t b/t/uni/lower.t index 1301b48812..31fd1f7159 100644 --- a/t/uni/lower.t +++ b/t/uni/lower.t @@ -1,5 +1,9 @@ BEGIN { chdir 't' if -d 't'; + unless (defined &DynaLoader::boot_DynaLoader) { + print("1..0 # miniperl: no Unicode::Normalize"); + exit(0); + } require "uni/case.pl"; } |