Re: Perl 5.26 and the . in INC issue where modules won't install
[email protected] (Karen Etheridge) Thu, 1 Nov 2018 09:23:19 -0700
| Newsgroups | perl.module-authors |
|---|---|
| Message-ID | <CAPJsHfBG41GjdPoQ_-jzYMaaE0bnU9mkSvshsZ=TmxJ--2_MUA@mail.gmail.com> |
You can install these modules again by setting PERL_USE_UNSAFE_INC=1 in
your environment while installing.
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';