Subject: | Module doesn't install |
Hi,
installation of IPC-Shm-0.35 failed on my system:
perl 5.26.0
Linux linux-l07a.suse 4.4.73-18.17-default #1 SMP Fri Jun 23 20:25:06 UTC 2017 (f462a66) x86_64 x86_64 x86_64 GNU/Linux
ExtUtils::MakeMaker version is 7.24
Symptoms: No error message but no files get installed
This can be fixed by moving the source file tree (IPC) from the top level directory into a lib directory, or by adding the following line to Makefile.PL:
PMLIBDIRS => ['IPC'],
PMLIBDIRS default value is ['lib', 'Shm']. Both directories don't exist in the distributions top level directory, so the source files are not found by EU::MM.