How do I install this package using ppm?

How do I install this package using ppm?

am 28.09.2005 16:44:14 von Harry Haller

I searched CPAN and found this:

WWW::Yahoo::Groups

which I want to install. I ran ppm (for ActiveState) and entered:

ppm> install WWW::Yahoo::Groups

ppm says "Searching for 'WWW::Yahoo::Groups' returned no results. Try
a broader search first."

What is going on here? Why can't ppm find it? Is there another way I
can install it? I have the archive downloaded locally. Can I install
from that archive instead?, if so how.

This does not work:
ppm> install D:\_Install\Perl\WWW-Yahoo-Groups-1.91.tar.gz

nor does this show the package I want.
ppm> search yahoo

Re: How do I install this package using ppm?

am 29.09.2005 04:30:07 von Sisyphus

"Harry Haller"

>
> This does not work:
> ppm> install D:\_Install\Perl\WWW-Yahoo-Groups-1.91.tar.gz
>

No - you have to unpack WWW-Yahoo-Groups-1.91.tar.gz to some folder, cd to
that folder and run 'perl Makefile.PL', 'nmake test', and 'nmake install'.
(See also the INSTALL file that's part of WWW-Yahoo-Groups-1.91.tar.gz.) If
you don't have nmake:

http://download.microsoft.com/download/vc15/Patch/1.52/W95/E N-US/Nmake15.exe

Then run the downloaded executable to install nmake.exe to the location of
your choice. (Add that location to your system's path.)

I think this module requires WWW::Mechanize. There's a ppm for that at
http://theoryx5.uwinnipeg.ca/ppms/ :

ppm install http://theoryx5.uwinnipeg.ca/ppms/WWW-Mechanize.ppd .

Can't find a ppm for WWW-Yahoo-Groups anywhere.

Cheers,
Rob

Re: How do I install this package using ppm?

am 01.10.2005 17:20:09 von Randy Kobes

Sisyphus wrote:
> "Harry Haller"
>
>
>>This does not work:
>>ppm> install D:\_Install\Perl\WWW-Yahoo-Groups-1.91.tar.gz
>>
>
>
> No - you have to unpack WWW-Yahoo-Groups-1.91.tar.gz to some folder, cd to
> that folder and run 'perl Makefile.PL', 'nmake test', and 'nmake install'.
> (See also the INSTALL file that's part of WWW-Yahoo-Groups-1.91.tar.gz.) If
> you don't have nmake:
>
> http://download.microsoft.com/download/vc15/Patch/1.52/W95/E N-US/Nmake15.exe
>
> Then run the downloaded executable to install nmake.exe to the location of
> your choice. (Add that location to your system's path.)
>
> I think this module requires WWW::Mechanize. There's a ppm for that at
> http://theoryx5.uwinnipeg.ca/ppms/ :
>
> ppm install http://theoryx5.uwinnipeg.ca/ppms/WWW-Mechanize.ppd .
>
> Can't find a ppm for WWW-Yahoo-Groups anywhere.

I just added it to http://theoryx5.uwinnipeg.ca/ppms/.

--
best regards,
randy kobes