On 01/11/2018 23:39, Alex Muntada wrote:
Hi Karen,
You can also install locally patched modules with carton by
specifying a 'file:///' path in cpanfile:
requires 'Foo::Bar', '0.123', url =>
'file:///local/path/Foo-Bar-0.123.tar.gz';
I tried this with latest Carton (v1.0.28) and it didn't
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.