Hello all,

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:

BEGIN {
        if ($] >= 5.008) {
                # fsck, the 5.8 is broken. The binmode() doesn't work for
socket()s.
                require 'open.pm';
                'open'->import(OUT=>":raw:perlio");
        }
}

Anyone know if this warning is harmful (or what is the problem)? The module
seems to work fine, but i'd rather not have any suprises if possible.

thank you,

Merijn


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

Reply via email to