This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add skip_all_if_miniperl() to test.pl, and use it in 6 test scripts
[perl5.git] / t / re / reg_nc_tie.t
index b2c49ca..3380b25 100644 (file)
@@ -4,6 +4,7 @@ BEGIN {
     chdir 't' if -d 't';
     @INC = '../lib';
     require './test.pl';
+    skip_all_if_miniperl("no dynamic loading on miniperl, no Tie::Hash::NamedCapture");
 }
 
 # Do a basic test on all the tied methods of Tie::Hash::NamedCapture