This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Convert t/op/die_except.t to test.pl, strict and warnings.
[perl5.git] / t / op / getppid.t
index 23428f0..a631610 100644 (file)
@@ -16,7 +16,7 @@ use strict;
 
 BEGIN {
     require './test.pl';
-    skip_all_without_config($_) foreach qw(d_pipe d_fork d_waitpid d_getppid);
+    skip_all_without_config(qw(d_pipe d_fork d_waitpid d_getppid));
     plan (8);
 }