diff options
-rw-r--r-- | Makefile.PL | 1 |
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) ], ); |