in reply to Re^3: Perl6 - Module::Build
in thread Perl6 - Module::Build
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).
|
|---|