Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: Perl6 - Module::Build

by Ovid (Cardinal)
on May 27, 2005 at 19:27 UTC ( [id://461200]=note: print w/replies, xml ) Need Help??


in reply to Perl6 - Module::Build

Great news! Thanks. In no particular order:

  • Support for .buildrc so commonly used build requirements don't need to be respecified every time.
  • Finer granularity on requirements: required, required for build, required if a particular feature is requested, required for tests, recommended, etc.
  • Built in support for test coverage and code profiling (when such is available).
  • Uninstall (should probably keep a database of installation history, too).

Cheers,
Ovid

New address of my CGI Course.

Replies are listed 'Best First'.
Re^2: Perl6 - Module::Build
by Corion (Patriarch) on May 27, 2005 at 19:34 UTC

    What does test coverage have to do with module installation?

      Test coverage has nothing to do with module installation. However, build systems are for both those who install modules and those who create modules. Otherwise, it might make more sense to call this Module::Install or Module::Create. Since you can't have the former without the latter, why create a build system that only caters to one segment? I am not suggesting that this be one of the first features put in there, but it would be a valuable one.

      Test coverage is an important (but neglected) part of ensuring software quality. Any tool that makes it easier to provide better quality software can only help Perl.

      Cheers,
      Ovid

      New address of my CGI Course.

        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 ...

      Well, users need to run tests, and developers shouldn't be encouraged to break TEST_VERBOSE=1 .... the less developers have to invent, the more useful cpan-tester results become

      update: what I'm trying to say is that everyone needs a good uniform experience from the start, so they can focus on more important things

      MJD says "you can't just make shit up and expect the computer to know what you mean, retardo!"
      I run a Win32 PPM repository for perl 5.6.x and 5.8.x -- I take requests (README).
      ** The third rule of perl club is a statement of fact: pod is sexy.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://461200]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (8)
As of 2024-04-23 12:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found