develooper Front page | perl.perl5.porters | Postings from September 2011

Re: The future of POSIX in core

Thread Previous | Thread Next
From:
Zefram
Date:
September 4, 2011 11:24
Subject:
Re: The future of POSIX in core
Message ID:
20110904182408.GR16998@lake.fysh.org
Nicholas Clark wrote:
>%POSIX::SIGRT needs to be present and working. Given that %POSIX::SIGRT is
>implemented as a tied hash, tied to POSIX::SigRT, this requires loading
>POSIX to load POSIX::SigRT.

You *could* have it tied to a stub that, when it gets a tied method call,
will load POSIX::SigRT, rebless, and redispatch.

-zefram

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About