I just got an error report form someone using Perl 5.8.0 under HP-UX 11.11 that he gets this error message from make test when he tries to install Mail::Sender. The code that causes this message is :
(see this for discussion on why am I using this piece of code.)BEGIN { if ($] >= 5.008) { # fsck, the 5.8 is broken. The binmode() doesn't work for sock +et()s. require 'open.pm'; 'open'->import(OUT=>":raw :perlio"); } }
I assumed :raw is a "builtin" discipline and therefore its safe to use anywhere. Am I wrong? I do not get any such message myself (ActivePerl 5.8 build 805, Win2kServer), I did not get any such report before and CPAN Testers report success (under Linux, Solaris and FreeBSD).
Does anyone have any suggestions?
perl -V on that computer:
Jenda
Always code as if the guy who ends up maintaining your code
will be a violent psychopath who knows where you live.
-- Rick Osborne
20030408 Edit by Corion: Added readmore tags per authors request
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |