diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2020-01-13 02:16:42 +0100 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2020-01-13 02:17:34 +0100 |
commit | fd8864e546bdbdb1b963df40c1959302c1c1e8d0 (patch) | |
tree | f7aea78c24109afa12129cfbe0f746b3eb71f879 /Makefile.PL | |
parent | 6355db9565018f0ae5edc1511fcd40c9cbda2fdb (diff) | |
download | rpmtools-fd8864e546bdbdb1b963df40c1959302c1c1e8d0.tar rpmtools-fd8864e546bdbdb1b963df40c1959302c1c1e8d0.tar.gz rpmtools-fd8864e546bdbdb1b963df40c1959302c1c1e8d0.tar.bz2 rpmtools-fd8864e546bdbdb1b963df40c1959302c1c1e8d0.tar.xz rpmtools-fd8864e546bdbdb1b963df40c1959302c1c1e8d0.zip |
cpan_testers: do not force vendor dirs
which break eg: CentOS/FreeBSD
Diffstat (limited to 'Makefile.PL')
-rwxr-xr-x | Makefile.PL | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL index 104caf1..6c09dcd 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -36,7 +36,6 @@ WriteMakefile( CCFLAGS => '-Wall', INC => '', LIBS => [ '' ], - INSTALLDIRS => 'vendor', PREREQ_PM => { 'ExtUtils::MakeMaker' => '0', 'Getopt::Long' => '0', |