Skip to content

Commit 29400f0

Browse files
committed
enforce a share type install
1 parent ea303b6 commit 29400f0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile.PL

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ use ExtUtils::MakeMaker;
22
use strict;
33
use warnings;
44

5+
BEGIN { $ENV{ALIEN_INSTALL_TYPE} = 'share'; }
6+
57
use File::Spec;
68
use Alien::Build;
79
use Alien::Build::MM;

0 commit comments

Comments
 (0)