Re: Perl 5.26 and the . in INC issue where modules won't install
[email protected] ("Martin J. Evans") Fri, 2 Nov 2018 11:13:42 +0000
| Newsgroups | perl.module-authors |
|---|---|
| Message-ID | <[email protected]> |
On 02/11/2018 10:53, Alex Muntada wrote: > Hi Martin, > >> $ cat cpanfile >> >> requires 'ZMQ::FFI', 'file:///home/martin/Downloads/ZMQ-FFI-1.11.tar.gz'; > Try this: > > requires 'ZMQ::FFI', 0, url => 'file:///home/martin/Downloads/ZMQ-FFI-1.11.tar.gz'; > > Cheers, > Alex > Thank you Alex. That works a treat.