Skip to content

Commit

Permalink
internal Makefile.PL change (PERL_RELEASE_READY)
Browse files Browse the repository at this point in the history
  • Loading branch information
eserte committed Jan 31, 2020
1 parent 46fccaf commit e544cc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use 5.000;
use ExtUtils::MakeMaker;

$is_devel_host = defined $ENV{USER} && $ENV{USER} eq 'eserte' && $^O =~ /bsd/i && -f "../../perl.release.mk";
$is_devel_host = defined $ENV{USER} && $ENV{USER} eq 'eserte' && ($^O =~ /bsd/i || $ENV{PERL_RELEASE_READY}) && -f "../../perl.release.mk";
$eumm_recent_enough = $ExtUtils::MakeMaker::VERSION >= 6.54;

if (!$eumm_recent_enough) {
Expand Down

0 comments on commit e544cc2

Please sign in to comment.