On Mon Jun 28 07:09:19 2010, sprout@cpan.org wrote:
Show quoted text> HTML-Tree 3.23_1
>
> This new version does not include a Makefile.PL, so it will not
> install as easily on perl 5.8.x. Module::Build has a
> ‘create_makefile_pl => 'traditional'’ option that you can use to
> generate one automatically.
I don't want to support Make::Maker and am reluctant to add things I'm
not willing to support.
FWIW I'm running RHEL5 here with perl 5.8.8 and I've not had any trouble
using Module::Build.
Show quoted text> Also, I see that it now requires Test::Perl::Critic,
> Test::Pod::Coverage and Devel::Cover. Since these are only for
> testing, could you simply skip those tests when these are not
> installed, and remove them from the prerequisites? I can’t get them
> all to install on perl 5.10.0, and they bring with them a lot of
> other modules, too.
It sounds like your environment is a bit flaky. CPANTS seems to have
revealed only one problem, and that is only if you are using a really
strict Critic module.
http://www.cpantesters.org/author/J/JFEARN.html
Really any reliable build environment should be able to build this
package, and if it can't then I think it's revealing an existing issue
not introducing a new one ... I'm going under the assumption you aren't
running CPAN on a production server BTW, that you compile the module in
to the packaging format used on your OS, then install those packages, or
PPM's on Windows ... guess it's a bigger problem if you can't do that
... hmmm