From 106793b61fcb516b154e40608eef7ef29caa9590 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Sun, 24 Nov 2013 15:58:02 -0800 Subject: [PATCH] =?utf8?q?Don=E2=80=99t=20skip=20pat=5Fre=5Feval.t=20under?= =?utf8?q?=20miniperl?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit re.pm no longer loads the compiled C code under miniperl, and this test does not use any features that re.xs provides; so the skip is unnecessary. --- t/re/pat_re_eval.t | 1 - 1 file changed, 1 deletion(-) diff --git a/t/re/pat_re_eval.t b/t/re/pat_re_eval.t index bcc3ac9..4ec4b07 100644 --- a/t/re/pat_re_eval.t +++ b/t/re/pat_re_eval.t @@ -19,7 +19,6 @@ BEGIN { chdir 't' if -d 't'; @INC = ('../lib','.'); require './test.pl'; - skip_all_if_miniperl("no dynamic loading on miniperl, no re"); } -- 2.7.4