> The portability problem should not be unique to the SF code. On line
> 242 of the module OPS.pm in version 2.49 of the supported code:
>
> sigaction SIGALRM, new POSIX::SigAction( 'OPS::alrm_handler' );
> alarm( $timeout );
>
> On line 164 of the module OPS::Sock of version 1.53 of the SF code:
>
> sigaction SIGALRM, new POSIX::SigAction('Sock::alrm_handler');
> return alarm($timeout);
Shouldn't it be 'sigaction SIGALRM, new POSIX::SigAction('OPS::Sock::alrm_handler');'
instead?
Vlad Jebelev
OpenSRS developer