houseabsolute / HTML-Mason

High-performance, dynamic web site authoring system
https://metacpan.org/release/HTML-Mason/
Other
9 stars 18 forks source link

Module::Build::Base errors in live-tests #23

Closed autarch closed 4 years ago

autarch commented 4 years ago

Migrated from rt.cpan.org #108275 (status was 'open')

Requestors:

From kaoru@slackwise.net (@kaoru) on 2015-10-31 09:11:27 :

All the tests in the live-tests directory have this error:

alex@yuzu:~/Documents/Git/cpan-pull-request-challenge-2015/10-HTML-Mason$ prove -lv live-tests/live/apache-filter.t live-tests/live/apache-filter.t .. Can't find 'build_params' in _build at /home/alex/perl5/perlbrew/perls/perl-5.18.4/lib/site_perl/5.18.4/Module/Build/Base.pm line 1290. INIT failed--call queue aborted.

HTML-Mason commit 26b7f5b, Perl 5.18.4, Module::Build 0.4214

autarch commented 4 years ago

From drolsky@cpan.org (@autarch) on 2015-12-19 19:53:31 :

I don't think I've run these tests in ages. They require mod_perl and other horrible things, which makes running them pretty challenging.

autarch commented 4 years ago

From kaoru@slackwise.net (@kaoru) on 2015-12-21 09:52:48 :

Fair enough. I was looking at it for my CPAN Pull Request Challenge for October 2015, and I ended up finding a PR I could make without running the tests ;-) https://github.com/autarch/HTML-Mason/pull/3

autarch commented 4 years ago

These tests were disabled quite some time ago.