Opened 8 years ago
Closed 8 years ago
#9324 closed defect (fixed)
perl-module breakage resulting from perl-5.26.0
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | 8.1 |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
As expected, the removal of '.' from @INC causes a little breakage. For those of us who build manually, the following distributions are initially broken, but fixed by using
PERL_USE_UNSAFE_INC=1 perl Makefile.PL
Encode::HanExtra-0.23, Test::LeakTrace (a deep-down dependency), Unicode::Collate-1.19.
Change History (2)
comment:1 by , 8 years ago
Type: | enhancement → defect |
---|
comment:2 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed in r18806. LOL, I forgot to accept this one.
Note:
See TracTickets
for help on using tickets.
Changing to defect since they are broken (but people using cpan to pull everything in should not see the problems) :)