]> git.vpit.fr Git - perl/modules/indirect.git/blobdiff - t/30-scope.t
Add PERL5OPT to the flags passed to the forked perls
[perl/modules/indirect.git] / t / 30-scope.t
index b9c71545dd1ede3a5627eea26f4c74a3a01ca944..2eceddb401b03cb92981e3763ee0c5d3401515b5 100644 (file)
@@ -13,6 +13,7 @@ use IPC::Cmd qw/run/;
  = run command => [
           $^X,
           map('-I' . $_, @INC),
+          $ENV{PERL5OPT} || '',
           '-c',
           't/data/mixed.d'
    ];