Don’t skip pat_re_eval.t under miniperl
authorFather Chrysostomos <sprout@cpan.org>
Sun, 24 Nov 2013 23:58:02 +0000 (15:58 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 24 Nov 2013 23:58:02 +0000 (15:58 -0800)
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

index bcc3ac9..4ec4b07 100644 (file)
@@ -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");
 }