On Fri, 28 Jul 2006, sokka wrote:
I am trying to upgrade using perl butit still shows Mail::SpamAssassin
isuptodate. Let me know whether the version 3.1.4 is released for perl
installation.

If you're using a CPAN shell, you may need to give the command
"reload index" for it to grab the latest index of what's
available from CPAN and thereby see that 3.1.4 is available.

Try this:

        perl -MCPAN -e shell

        cpan> reload index
        # it should load latest stuff from CPAN

        cpan> m /Mail::SpamAssassin/
        # verify that CPAN has 3.1.4

  - Logan

Reply via email to