PPM Repositories

From Win32 Perl Wiki

Jump to: navigation, search

A list of Windows PPM Repositories

Contents

[edit] Perl 5.10

[edit] Perl 5.8

My PPM has AS Servers:

Other 5.8 only:

May also work for 5.6:

[edit] Perl 5.6


http://cpan.uwinnipeg.ca/htdocs/faqs/cpan-search.html is a CPAN mirror that shows available ppm packages (from several repositories) in search results.

[edit] Other


[edit] PPM and non-AS Perl

If you are using a multithreaded Perl distribution that doesn't have the PPM utility, you can try to use the PAR::Dist::FromPPD module to convert the PPD/PPM package to .par packages which can be installed using the free and pure-perl PAR::Dist module.

-- Tsee

Alternatively, you can install the PPM utility. Just install PPM-2.1.8 from CPAN. This is an older version of PPM (no GUI), but a very good and simple one. After installing see 'ppm help' and 'perldoc ppm'. This version of PPM (and any of the PPM packages from the repositories mentioned above) will work fine with any multithreaded Win32 Perl that was built using either the VC 6.0 compiler (eg ActiveState perl) or the MinGW compiler (eg Vanilla/Strawberry perl).

-- sisyphus

Personal tools