Skip to content

Commit e544cc2

Browse files
committedJan 31, 2020
internal Makefile.PL change (PERL_RELEASE_READY)
1 parent 46fccaf commit e544cc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Makefile.PL

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
use 5.000;
22
use ExtUtils::MakeMaker;
33

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

77
if (!$eumm_recent_enough) {

0 commit comments

Comments
 (0)
Please sign in to comment.