Don’t skip t/re/reg_eval_scope.t under miniperl
authorFather Chrysostomos <sprout@cpan.org>
Thu, 14 Nov 2013 13:26:26 +0000 (05:26 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Thu, 14 Nov 2013 13:54:36 +0000 (05:54 -0800)
re.pm doesn’t load its C code under miniperl, and it’s not needed anyway
here, since we are just setting hints.

t/re/reg_eval_scope.t

index 7eddf87..0e35e29 100644 (file)
@@ -6,7 +6,6 @@ BEGIN {
     chdir 't';
     @INC = qw(lib ../lib);
     require './test.pl';
-    skip_all_if_miniperl("no dynamic loading on miniperl, no re");
 }
 
 plan 48;