This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
checkcfgvar.pl needs autodie needs Fatal needs Scalar::Util needs lib.
authorJarkko Hietaniemi <jhi@iki.fi>
Thu, 13 Nov 2014 11:42:31 +0000 (06:42 -0500)
committerJarkko Hietaniemi <jhi@iki.fi>
Sat, 15 Nov 2014 00:01:52 +0000 (19:01 -0500)
t/porting/checkcfgvar.t

index 8a02b01..9123735 100644 (file)
@@ -32,4 +32,4 @@ if ( $Config{usecrosscompile} ) {
   skip_all( "Not all files are available during cross-compilation" );
 }
 
-system "$^X Porting/checkcfgvar.pl --tap";
+system "$^X -Ilib Porting/checkcfgvar.pl --tap";