in reply to Re: Re: I can't find anything
in thread I can't find anything

If PPM doesn't work, you can try this:

download the module's distibution from CPAN and unzip it in to a temp directory.

Copy any .pm files (and any subdirectories with .pm files) to the appropriate location under c:\perl\site\lib. e.g. the File::Backup distribution contains a file called Backup.pm which you can copy to c:\perl\site\lib\File\Backup.pm

Limitations: If the module depends on other modules, you will have to repeat the process for them. You'll have to build the HTML docs yourself - otherwise just use the docs on the web. Finally, this will only work for pure Perl modules.

I've had to resort to this many times - Parrot/Perl6 where art thou!

Replies are listed 'Best First'.
Re: Re: Re: Re: I can't find anything
by PodMaster (Abbot) on Nov 07, 2003 at 07:38 UTC
    Please don't do that. I highly suggest you learn how to install modules properly , it's not that hard, but it is worth doing right (i'd say crucial).

    Tutorials -> A Guide to Installing Modules

    MJD says "you can't just make shit up and expect the computer to know what you mean, retardo!"
    I run a Win32 PPM repository for perl 5.6.x and 5.8.x -- I take requests (README).
    ** The third rule of perl club is a statement of fact: pod is sexy.