summaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.PL')
-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) ],
);