Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: A guide to installing modules for Win32

by runrig (Abbot)
on Jun 07, 2006 at 18:41 UTC ( [id://554115]=note: print w/replies, xml ) Need Help??


in reply to A guide to installing modules for Win32

I just wanted to mention that in general, it's better to specify the distribution name rather than the module name when using ppm install or ppm search. When you just specify the module name, ppm has to search for and guess which distribution the module is in. Once in a great while it gets it wrong or doesn't find the module. For modules with the same name as their distribution, this just involves s/::/-/g on the module name in the ppm install command.

Replies are listed 'Best First'.
Re^2: A guide to installing modules for Win32
by QM (Parson) on Jun 07, 2006 at 23:09 UTC
    I find that in many cases ppm can't find the module at all, and I have to go find the distribution name manually, guess (s/::/-/g), or give a too-general wildcard.

    So unless someone gives me a distribution name, I expect a headache.

    -QM
    --
    Quantum Mechanics: The dreams stuff is made of

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (7)
As of 2024-03-28 21:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found