Module::Build 0.35_13 fails its test suite on perls below 5.8.4.
With respect to 5.8, this is a regression from M:B 0.35. The failure
looks like this on 5.8:
t/bundle_inc.t . 5/18
# Failed test 'found MYMETA.yml'
# at t/bundle_inc.t line 110.
Use of uninitialized value in at
That's actually "correct" for running "perl Build.PL" since "success" means
writing a Build file and metadata for CPAN/CPANPLUS to resolve
prerequisites. Having Build.PL (or Makefile.PL) announce missing
requirements is just a legacy behavior.
It's possible they should be quiet if they detect any
On Sun, 6 Dec 2009, David Golden wrote:
> This is Release Candidate 3. Unless something pops up on some
> less-commonly tested platform, I expect this to be the final release
> candidate before Module::Build 0.36.
I tested on OpenSolaris/x86, which ships with perl-5.8.4 as the default
system pe
On Sun, Dec 6, 2009 at 11:29 PM, Craig A. Berry wrote:
> Thanks for the heads up. Below is a quick build and test, which is
> not all good news, but not entirely bad news either. This is just a
> "where we are" post and I have not even looked at the test output in
> any detail yet.
Ouch. Well,
On Sun, Dec 6, 2009 at 9:07 PM, David Golden wrote:
> This is Release Candidate 3. Unless something pops up on some
> less-commonly tested platform, I expect this to be the final release
> candidate before Module::Build 0.36.
>
> Craig B. or John M. -- I'd particularly like one more test from you
This is Release Candidate 3. Unless something pops up on some
less-commonly tested platform, I expect this to be the final release
candidate before Module::Build 0.36.
Craig B. or John M. -- I'd particularly like one more test from you on
VMS before I release 0.36 and write a patch for blead.
An