http://www.perlmonks.org?node_id=461332


in reply to Perl6 - Module::Build

I might be alone in this, but i'd like to see some way of installing it in one step, without make && make test && make install (or the Module::Build equivalents).

Replies are listed 'Best First'.
Re^2: Perl6 - Module::Build
by PodMaster (Abbot) on May 28, 2005 at 14:00 UTC
    Isn't that make install?

    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.

      I never knew that worked. Why do they always say make && make test && make install then?
        Why do they always say make && make test && make install then?
        Because each step can fail, and you generally don't want to make install if you haven't gotten past make, or make test (although make install first does a make, things can get hard to follow).

        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.