From 19980c7c424b95cc37aa70577502a172ba7f616b Mon Sep 17 00:00:00 2001 From: chatty Date: Thu, 12 Jun 2003 11:07:44 +0000 Subject: Added INSTALLDIRS=vendor to try and better control installation --- Makefile.PL | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.PL') 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) ], ); -- cgit v1.1