Chip Turner wrote:
Perl is huge, if you need modules in perl which are not there in the distribution do as follows:Alexander Dalloz <alexander.dalloz@xxxxxxxxxxxxxxxx> writes:
Which packages using Perl have to be recompiled? Will SpamAssassin need
no rpmrebuild? I thought it has static links.
... Thanks, Chip
# perl -MCPAN -eshell // other methods are available also, but this I use
// just say yes to most everything, the comments are very clear
perl> install Bundle::CPAN
...
perl> install Net::SSLeay // example