--- cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Utils.pm.orig 2016-10-04 11:34:17 UTC +++ cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Utils.pm @@ -10,6 +10,7 @@ our @ISA = qw(Exporter); our $Is_VMS = $^O eq 'VMS'; our $Is_MacOS = $^O eq 'MacOS'; our $Is_FreeBSD = $^O eq 'freebsd'; +our $Is_BSDSUniX= $^O eq 'bsdsunix'; our @EXPORT = qw(which_perl perl_lib makefile_name makefile_backup make make_run run make_macro calibrate_mtime @@ -37,6 +38,7 @@ our @EXPORT = qw(which_perl perl_lib mak # Inform the BSDPAN hacks not to register modules installed for testing. $default_env_keys{PORTOBJFORMAT} = 1 if $Is_FreeBSD; + $default_env_keys{PORTOBJFORMAT} = 1 if $Is_BSDSUniX; # Remember the ENV values because on VMS %ENV is global # to the user, not the process.