in reply to Installing Modules from local repository

And why did you do that? ( why didn't you just install it from the roth repository)

try `ppm install --location=. Win32-AdminMisc', where Win32-AdminMisc.pdd is in the current directory, and all else is kosher.

If you can't work it out, try the script at the end of http://crazyinsomniac.perlmonk.org/perl/ppm, to which I've had to resort sometimes (it's what ppm does internally when installing modules ~ the ppm shell is crap)

Also, I suggest using ppm3 if you got it, because it allows you to maintain a database of repositories.

____________________________________________________
** The Third rule of perl club is a statement of fact: pod is sexy.

  • Comment on Re: Installing Modules from local repository

Replies are listed 'Best First'.
Re: Re: Installing Modules from local repository
by blackadder (Hermit) on Oct 09, 2002 at 12:35 UTC
    I don't have unrestricted FTP access...