Re: [patch] http://rt.cpan.org/Public/Bug/Display.html?id=21554

2009-04-20 Thread Adam Prime
Fred Moyer wrote: Fred Moyer wrote: Configuring Apache::Test is not easy (drawing from my own personal experiences and comments on RT tickets, etc), so I think that making some changes like this so that it 'just works' in more situations is a prudent move. We don't want A::T to become bloated

[vote] version.pm to Apache::Test

2009-04-20 Thread Fred Moyer
Are committers in favor of adding version.pm to Apache::Test? http://rt.cpan.org/Public/Bug/Display.html?id=13126 I'm willing to live with it if it means that less users with problems running 'perl Makefile.PL' - To unsubscribe,

Re: [vote] version.pm to Apache::Test

2009-04-20 Thread David E. Wheeler
On Apr 20, 2009, at 5:29 PM, Fred Moyer wrote: http://rt.cpan.org/Public/Bug/Display.html?id=13126 I'm willing to live with it if it means that less users with problems running 'perl Makefile.PL' You might want to review the recent discussion about version.pm on the Module-Build mail list.

Re: Startup Slow with DSO mod_perl

2009-04-20 Thread Philippe M. Chiasson
On 10/04/09 17:13 , David E. Wheeler wrote: > On Apr 10, 2009, at 11:38 AM, Philippe M. Chiasson wrote: > >> Not without more profiling to try and figure out where all this time >> is being spent. > > Stupid question: Can you suggest some approaches to doing such > profiling? I mean, I can us

[patch] Apache::Test #41239: t/TEST -ping does not return a valid return code to the calling shell

2009-04-20 Thread Fred Moyer
http://rt.cpan.org/Public/Bug/Display.html?id=41239 This patch as demonstrated in the RT ticket resolves the issue. Thoughts? Demonstrating documented behavior here on my test setup (returning 1 return code to the shell). Index: lib/Apache/TestRun.pm =