diff options
Diffstat (limited to 't/uni/lex_utf8.t')
-rw-r--r-- | t/uni/lex_utf8.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/uni/lex_utf8.t b/t/uni/lex_utf8.t index 5391e3c292..5ade6208e0 100644 --- a/t/uni/lex_utf8.t +++ b/t/uni/lex_utf8.t @@ -8,6 +8,7 @@ BEGIN { chdir 't'; @INC = '../lib'; require './test.pl'; + skip_all('no re module') unless defined &DynaLoader::boot_DynaLoader; skip_all_without_unicode_tables(); skip_all('EBCDIC') if $::IS_EBCDIC; } |