in reply to Problem Installing Module::Build with CPAN shell

Module::Build does not support PREFIX, which is why it doesn't work with older versions of CPAN.

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.

  • Comment on Re: Problem Installing Module::Build with CPAN shell

Replies are listed 'Best First'.
Re^2: Problem Installing Module::Build with CPAN shell
by dragonchild (Archbishop) on Dec 23, 2005 at 14:40 UTC
    MB 0.27_02 and higher now support PREFIX - I wrote the initial patch (that Ken, Randy, and Schwern took and made correct). You still get 0.2610 from CPAN's "install Module::Build" because 0.27_02 and 0.27_03 are considered "developer releases" and won't be installed by CPAN unless you specifically ask for it.

    My criteria for good software:
    1. Does it work?
    2. Can someone else come in, make a change, and be reasonably certain no bugs were introduced?