![]() |
|
more useful options | |
PerlMonks |
comment on |
( #3333=superdoc: print w/replies, xml ) | Need Help?? |
LGTM - though a couple of minor nitpicks.
One thing I might change is to replace the first occurrence of "make" in make & make test & make install with "perl Makefile.PL". (And similar wrt the "gmake" and "dmake" variants of the same expression.) And perhaps those occurrences of & should be changed to &&. I'm finding (in cmd.exe shell) that if I run perl Makefile.PL & gmake test & gmake install then the module gets installed even if gmake test failed. Thank you for creating that tutorial !! Cheers, Rob In reply to Re: RFC: A guide to installing modules for Win32 (2022 Edition)
by syphilis
|
|