Please cleanup install
sciurius opened this issue · 3 comments
sciurius commented
When I install FFI::CheckLib with cpanm --no-test, it still builds and installs all testing modules.
plicease commented
I think what you want is the -n or --notest option which works fine:
dccfd6472bf2:/work# cpanm -n FFI::CheckLib
--> Working on FFI::CheckLib
Fetching http://www.cpan.org/authors/id/P/PL/PLICEASE/FFI-CheckLib-0.25.tar.gz ... OK
Configuring FFI-CheckLib-0.25 ... OK
Building FFI-CheckLib-0.25 ... OK
Successfully installed FFI-CheckLib-0.25
1 distribution installed
sciurius commented
I stand corrected. Overlooked the message "Unknown option: no-test".
plicease commented
lol I did the same thing tbh when I ran your command, but I checked the prereqs were right in META.json so I tried -n which is what I usually use.