It seems like the default packages locations are nto added in the ppm perl module manager. All you have to do it to launch it by "ppm" and under preference add these repositories :
http://www.bribes.org/perl/ppm, for the www.bribes.org Perl 5.10 repository
http://trouchelle.com/ppm10/, for the trouchelle Perl 5.10 repository
http://cpan.uwinnipeg.ca/PPMPackages/10xx/, for the uwinnipeg Perl 5.10 repository
And there you go. You can now download SSLeay and other modules for Perl 5.10.
1 comment:
If you are using ActivePerl 5.10.0.1003, then Crypt::SSLeay is already included in the distribution (about 20 other modules have been added in build 1003).
The PPM::Repositories module is also pre-installed, so you can use the command `ppm repo suggest` to get a list of repositories supporting your platform and Perl version. Then you can add them directly by name, e.g. `ppm repo add uwinnipeg`. No need to remember or look up the URLs.
Post a Comment