PerlFFI/FFI-CheckLib

Please cleanup install

sciurius opened this issue · 3 comments

When I install FFI::CheckLib with cpanm --no-test, it still builds and installs all testing modules.

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

I stand corrected. Overlooked the message "Unknown option: no-test".

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.