in reply to Error while installing Mail::Sender

You're likely either using a really old version of Perl (pre 5.6.0, which is a few years old) or your installation is broken somehow. Perl's trying to load the warnings pragmas, one of the standard library modules and is failing. Type perl -V to check your version and paths.

Replies are listed 'Best First'.
Re: Re: Error while installing Mail::Sender
by Zitoune (Beadle) on Jan 08, 2004 at 19:44 UTC
    yup my perl version is 5.005_03
    Is there another package or another way of doing authentication on a mail server.
    I tried to install Authen::SASL and this one to is giving me an error.

      There are several mail sending modules, though Perl 5.5.3 is five (almost six) major releases out of date. I strongly encourage you to upgrade, though you might try Mail::Mailer.

      (For what it's worth, only one module I maintain explicitly supports anything older than 5.6.0, and that's because it's a Test:: module.)