Re: Perl 5.26 and the . in INC issue where modules won't install

2018-11-03 Thread Alex Muntada
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 work. Since I couldn't find any re

Re: Perl 5.26 and the . in INC issue where modules won't install

2018-11-03 Thread Alex Muntada
Hi Dan, > See https://github.com/miyagawa/cpanminus/pull/579 for my > attempt at documenting this behavior. Carton 1.0.34 is the > latest version. You're right. I had a broken carton setup where Carton.pm was loaded from system package instead of the latest CPAN release that I had installed manua

Re: Perl 5.26 and the . in INC issue where modules won't install

2018-11-03 Thread Alex Muntada
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 signature.asc Description: PGP signature