From: "Merijn van den Kroonenberg" <[EMAIL PROTECTED]>
> I am running perl 5.8.0 on linux and i am using the Mail::Sender
> module. Whenever I use this module i get the following warning:
> 
> Unknown PerlIO layer 'raw:perlio' at
> /usr/lib/perl5/site_perl/5.8.0/Mail/Sender.pm line 21
> 
> It seems this is something caused by perl version 5.8.0 because this
> is the section in sender.pm causing the warning:

Whoops. Sorry.

Please change the line 21 to
                'open'->import(OUT=>":raw :perlio");

(add a space in front of the second colon)

This trickery is only necessary because of a bug in Perl 5.8 (already 
fixed in the development version AND ActivePerl!) that caused the 
binmode() to work incorrectly on socket()s under Windows.

I'll release a new fixed version of Mail::Sender very soon.

Thanks, Jenda
===== [EMAIL PROTECTED] === http://Jenda.Krynicky.cz =====
When it comes to wine, women and song, wizards are allowed 
to get drunk and croon as much as they like.
        -- Terry Pratchett in Sourcery

_______________________________________________
Perl-Unix-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to