> Small problem - if I place a "use IO::Socket" directive in my mod_perl
> (Solaris 2.5.1, Apache 1.3.12, mod_perl 1.23, Perl 5.6.0, IO::Socket
> 1.20) startup.pl file, the error log groans about several "Prototype
> mismatches" :-
> <...>
> Should I be worried about this? Everything _seems_ okay...but obviously
> I would prefer these messages not to appeaar :)

No, nothing to worry about. It's a Perl 5.6 thing, but it's just a
warning, not an error. If the warnings bother you, edit the declarations
in Socket.pm to remove the prototypes (that's what I do, and it works
fine).

-- 
  Jeremy Howard
  [EMAIL PROTECTED]

Reply via email to