How to manually install a Perl module
From ASSPSMTP
Win32
This example describes how to remove a problematic version the Net-DNS module and to specifically install the 0.57 version:
- Remove the problematic version of the module. To remove the package, you have two possibilities:
- In the Perl Package Manager Query for the "Net-DNS" Package, mark the Package for un-installation and un-install the package
- On the command line enter the command "ppm remove Net-DNS"
- Download the 0.57 Version of Net-DNS from target:http://ppm.activestate.com/PPMPackages/zips/8xx-builds-only/Windows/Net-DNS-0.57.zip
- Extract the ZIP-File and extract the included Net-DNS-0.57.tar.gz also.
- Search for the "lib" folder and copy this folder to your installation of Perl


