in reply to Re^3: Perl6 - Module::Build
in thread Perl6 - Module::Build

I thought we were talking about the module installer in the top post. Maybe the name "Module::Build" is not well chosen (and Module::Install is a better name but also exists already).

I see that test coverage and test running are tightly coupled, but I think that both are best done via Test::Harness and/or prove and not within the module installation kit.

Otherwise, inclusion of CPAN upload could go in as well, as upload to sourceforge. And an announcement on p5p and/or modules@perl.org ...

Replies are listed 'Best First'.
Re^5: Perl6 - Module::Build
by Ovid (Cardinal) on May 27, 2005 at 19:54 UTC

    Yes, I think you're right that it should be in Test::Harness or something similar. However, I would like to see readily available hooks available, just as we have (?:make|Build) test.

    If all dragonchild wants to do is install modules, though, then Module::Build is a bad name.

    Cheers,
    Ovid

    New address of my CGI Course.