Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: RFC: A guide to installing modules for Win32 (2022 Edition)

by syphilis (Archbishop)
on Jul 26, 2022 at 02:22 UTC ( [id://11145731]=note: print w/replies, xml ) Need Help??


in reply to RFC: A guide to installing modules for Win32 (2022 Edition)

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

Replies are listed 'Best First'.
Re^2: RFC: A guide to installing modules for Win32 (2022 Edition)
by pryrt (Abbot) on Jul 26, 2022 at 14:20 UTC
    For the &, I had originally intentionally picked the ;-equivalent single-&. But after the comments that I shouldn't, I decided to put it into a table, so that it has the traditional presentation of the recipe, which is a four-line sequence rather than a single command.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11145731]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (1)
As of 2024-04-18 23:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found