in reply to Re: Installing Modules on Windows
in thread Installing Modules on Windows

Are you talking about using ppm? I'm behind a firewall, so I can't get through.

Replies are listed 'Best First'.
Re^3: Installing Modules on Windows
by jettero (Monsignor) on Jun 18, 2008 at 20:19 UTC
    Either get permission to get through the firewall or figure out how to proxy your ppm session -- I believe there exists a way to do it. Installing modules by hand is very 1989... Avoid doing it at all costs. It would make more sense to drive your dev computer to an internet cafe than install the modules by hand. I'm exaggerating...

    But if you really must, you can just download all the prereqs listed in the Makefile.PL, then download allt he prereqs from those, and so on and build them all by hand. But you will run into trouble. The PPMs have solved all the hard problems for you, so they're worth using.

    -Paul

Re^3: Installing Modules on Windows
by rovf (Priest) on Jun 19, 2008 at 08:05 UTC
    ppm through a firewall works well for me, but I had to ask the sysadmin for the proxy, and then set the HTTP_PROXY environment variable to this proxy.
    Ronald
    -- 
    Ronald Fischer <ynnor@mm.st>
Re^3: Installing Modules on Windows
by Anonymous Monk on Jun 19, 2008 at 03:33 UTC