in reply to Building perl fails tests with 01_Archive-Extract.t, stress.t and h2ph.t
You'll probably have a (very) good reson to build a perl distribution that is over 4 years old.
It is likely that Devel::PatchPerl can be of help. This will update the distribution to match more recent development state.
Of course you need a running perl to use it
use strict; use warnings; use Devel::PatchPerl; Devel::PatchPerl->patch_source ("5.14.1", "/here/deeper/perl-5.14.1");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Building perl fails tests with 01_Archive-Extract.t, stress.t and h2ph.t
by Montronaloya (Initiate) on Aug 19, 2015 at 11:22 UTC |