Fellow mod_perlers,

Hey, just noticed that 2.0.10 is out. Nice! Unfortunately I’m getting test 
failures on CentOS 7.3:

Test Summary Report
-------------------
t/api/module.t                        (Wstat: 0 Tests: 14 Failed: 1)
  Failed test:  14
  Parse errors: Bad plan.  You planned 487 tests but ran 14.
t/api/server_const.t                  (Wstat: 0 Tests: 2 Failed: 1)
  Failed test:  2
  Parse errors: Bad plan.  You planned 6 tests but ran 2.


Trolling through the error log, I see these errors:

Use of uninitialized value $mmn_minor in numeric le (<=) at 
t/response/TestAPI/module.pm line 89.
Use of uninitialized value $version in quotemeta at 
t/response/TestAPI/server_const.pm line 41.

$mmn_minor is set from:

    my $mmn_minor = $cfg->{httpd_info}{MODULE_MAGIC_NUMBER_MINOR};

$version is set from:

    my $version = $cfg->{httpd_info}->{VERSION};


Is there some reason why httpd_info would not be properly set up?

Thanks,

David

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to