This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
PATCH: GH #17367 read 1 beyond end of buffer
[perl5.git] / t / re / regexp_qr_embed_thr.t
1 #!./perl
2
3 chdir 't' if -d 't';
4 require './test.pl';
5
6 skip_all_without_config(useithreads);
7 skip_all_if_miniperl("no dynamic loading on miniperl, no threads");
8 require threads;
9
10 $::qr = 1;
11 $::qr_embed_thr = 1;
12
13 require './re/regexp.t';