This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Move the special-case logic for $qr_embed_thr to regexp_qr_embed_thr.t
authorNicholas Clark <nick@ccl4.org>
Tue, 8 Mar 2011 09:02:31 +0000 (09:02 +0000)
committerNicholas Clark <nick@ccl4.org>
Tue, 8 Mar 2011 09:02:31 +0000 (09:02 +0000)
commit25b9bd9868cc1edb89e7ef62cd55eb0d7160791a
treeac0e7c3f7b1a7d09e311d6ef9eba236e170b4c6b
parent9c123506c6947d583f22936cc4ff3fe34494ad23
Move the special-case logic for $qr_embed_thr to regexp_qr_embed_thr.t

t/re/regexp_qr_embed_thr.t is the only place that sets $::qr_embed_thr, so move
the special-case startup logic related to it from t/re/regexp.t to
t/re/regexp_qr_embed_thr.t. Use the skip_all_*() functions from test.pl
t/re/regexp.t
t/re/regexp_qr_embed_thr.t