On Wed, Aug 31, 2011 at 11:47, Leon Timmermans <fawaka@gmail.com> wrote: > On Tue, Aug 30, 2011 at 10:06 PM, Mark Overmeer <mark@overmeer.net> wrote: >> I propose to start-off with the cleaned-up POSIX as dual-life for >> 5.15. Then, invite the "CPAN" specialists of the missing compontents >> to contribute their few lines of XS to the generic POSIX.xs, let it get >> up-to-date. > > Sounds like a fine plan, but it would require some effort. Currently > POSIX.xs can piggyback on perl's detection of various system functions > and headers, if made standalone it needs to duplicate that. > Fortunately, it's mostly something that has to be done only once. snip Does that information live past the build phase of perl? If not, it probably should. Then other things could piggyback off of it. -- Chas. Owens wonkden.net The most important skill a programmer can have is the ability to read.Thread Previous | Thread Next