summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchatty2003-06-12 11:07:44 +0000
committerchatty2003-06-12 11:07:44 +0000
commit19980c7c424b95cc37aa70577502a172ba7f616b (patch)
treecd6d3b678b1ff4e983b26705894d0f30d82e8664
parent40e13759d1fa1e7193859046341137d9f12fa1a6 (diff)
downloadivy-perl-19980c7c424b95cc37aa70577502a172ba7f616b.zip
ivy-perl-19980c7c424b95cc37aa70577502a172ba7f616b.tar.gz
ivy-perl-19980c7c424b95cc37aa70577502a172ba7f616b.tar.bz2
ivy-perl-19980c7c424b95cc37aa70577502a172ba7f616b.tar.xz
Added INSTALLDIRS=vendor to try and better control installation
-rw-r--r--Makefile.PL1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL
index c5f8e3c..4a511e9 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -9,6 +9,7 @@ WriteMakefile(
'IO::Socket::Multicast' => 0.25,
},
'PM' => {'Ivy.pm' => '$(INST_LIBDIR)/Ivy.pm'},
+ 'INSTALLDIRS' => 'vendor',
'EXE_FILES' => [ qw(example/ivyprobe.pl example/ivymainloop.pl) ],
);