Geoffrey Young wrote:
plan tests => 4, need need_module(qw(alias)),
need_cgi,
- need_min_module_version CGI => 3.16,
+ need_min_module_version CGI => 3.21,
skip_reason('fatalsToBrowser known not to work');
Tr
On Friday 16 June 2006 17:23, Perrin Harkins wrote:
> Dave Rolsky wrote:
> > Apache::SizeLimit has a long-standing bug on Linux where it never
> > actually kills a child, because of Perl's caching of ppid info
> > internally, and the way this interacts with Apache's forking.
> >
> > See this thread
On Friday 16 June 2006 19:19, Dave Rolsky wrote:
> Requiring syscall.ph seems like a nasty hack to me. That _is_ what we've
> done with our local version here at Socialtext, but I was planning to use
> Linux::Pid for a CPAN version, since it seems cleaners.
No, I meant the Perl::AfterFork ChildIni
Torsten Foertsch wrote:
> On Friday 16 June 2006 19:19, Dave Rolsky wrote:
>
>>Requiring syscall.ph seems like a nasty hack to me. That _is_ what we've
>>done with our local version here at Socialtext, but I was planning to use
>>Linux::Pid for a CPAN version, since it seems cleaners.
>
>
> No,