]> git.vpit.fr Git - perl/modules/Sub-Op.git/blobdiff - configure_test.pl
Update VPIT::TestHelpers to 15e8aee3
[perl/modules/Sub-Op.git] / configure_test.pl
index 447376d447348c1349de17c3c0bc9721838fa3b7..4fa7bd4fd739d0e240d68031bceb141d79833650 100644 (file)
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-use POSIX qw/WIFEXITED WEXITSTATUS EXIT_FAILURE/;
+use POSIX qw<WIFEXITED WEXITSTATUS EXIT_FAILURE>;
 
 BEGIN {
  no warnings 'redefine';
@@ -37,7 +37,7 @@ my $ret = EXIT_FAILURE;
 
  my $guard = bless { cwd => do { require Cwd; Cwd::cwd() } }, 'CwdSaver';
 
- chdir 't/Sub-Op-Test' or die "chdir('t/Sub-Op-Test'): $!";
+ chdir 't/Sub-Op-LexicalSub' or die "chdir('t/Sub-Op-LexicalSub'): $!";
 
  system { $^X } $^X, 'Makefile.PL', @args;
  if ($? == -1) {