Skip Menu |

This queue is for tickets about the CPANPLUS CPAN distribution.

Report information
The Basics
Id: 121656
Status: resolved
Worked: 5 hours (300 min)
Priority: 0/
Queue: CPANPLUS

People
Owner: BINGOS [...] cpan.org
Requestors: ether [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: set PERL_USE_UNSAFE_INC as needed
as per the 2017 Toolchain Summit, and for the per 5.26.0 release -- cpan clients should be setting PERL_USE_UNSAFE_INC=1 during installation, *unless* x_use_unsafe_inc=0 is seen in distribution metadata.
I see we are already setting hte variable to 1 (done in release 0.9164) -- so now we just need to set the value to false when distribution metadata is seen.
On Sat May 13 09:51:57 2017, ETHER wrote: Show quoted text
> I see we are already setting hte variable to 1 (done in release > 0.9164) -- so now we just need to set the value to false when > distribution metadata is seen.
Implemented as https://github.com/jib/cpanplus-devel/commit/35296f8ffcc10cf9aa3c0be4ee07da718eec8c99 Many thanks.
On 2017-05-14 05:10:18, BINGOS wrote: Show quoted text
> On Sat May 13 09:51:57 2017, ETHER wrote:
> > I see we are already setting hte variable to 1 (done in release > > 0.9164) -- so now we just need to set the value to false when > > distribution metadata is seen.
> > Implemented as https://github.com/jib/cpanplus- > devel/commit/35296f8ffcc10cf9aa3c0be4ee07da718eec8c99 > > Many thanks.
Fantastic, thank you so much!