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

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.

Replies are listed 'Best First'.
Re^3: Perl6 - Module::Build
by Jaap (Curate) on May 28, 2005 at 19:48 UTC
    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.