Help needed for mod_perl 1.31-rc6 and Apache::Bootstrap

2009-03-26 Thread Fred Moyer
There's a couple of mod_perl related releases now that need people to test them out. It takes less time to download, untar, and run the test suite for these two releases than it does to write a response to the 'decline of mod_perl' thread that has been going around :) Plus, it will help make you

Re: Help needed for mod_perl 1.31-rc6 and Apache::Bootstrap

2009-03-27 Thread Fred Moyer
For those of you here who like to write some open source code on the weekends, here are a couple of modules the mod_perl development team are close to releasing. Take one of them for a spin and run the test suite, and report back. perl Makefile.PL && make && make test On Thu, Mar 26, 2009 at 1:2

Re: Help needed for mod_perl 1.31-rc6 and Apache::Bootstrap

2009-03-27 Thread Adam Prime
Fred, both build cleanly and pass all tests on my laptop with perl 5.8.8 on gentoo linux amd64. I'll build them on x86_64 tomorrow, and i can test on solaris on monday. Adam Fred Moyer wrote: > For those of you here who like to write some open source code on the > weekends, here are a couple

Re: Help needed for mod_perl 1.31-rc6 and Apache::Bootstrap

2009-03-28 Thread Perrin Harkins
Fred, > Help needed with testing mod_perl 1.31 rc6 Looking good on Mac OS 10.5, perl 5.8.8. > Help needed with testing Apache::Bootstrap This one didn't make it. PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00-load.ok

Re: Help needed for mod_perl 1.31-rc6 and Apache::Bootstrap

2009-03-28 Thread Adam Prime
Adam Prime wrote: Fred, both build cleanly and pass all tests on my laptop with perl 5.8.8 on gentoo linux amd64. I'll build them on x86_64 tomorrow, and i can test on solaris on monday. Adam Both built and tested fine on perl, v5.8.8 built for x86_64-linux Adam

Re: Help needed for mod_perl 1.31-rc6 and Apache::Bootstrap

2009-03-30 Thread Torsten Foertsch
On Sun 29 Mar 2009, Fred Moyer wrote: > Need one more for a release $ make test cp lib/Apache/Bootstrap.pm blib/lib/Apache/Bootstrap.pm PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00-load.t ... 1/11 # Testing Apache::Boots

Re: Help needed for mod_perl 1.31-rc6 and Apache::Bootstrap

2009-03-30 Thread Fred Moyer
On Mon, Mar 30, 2009 at 12:54 AM, Torsten Foertsch wrote: > On Sun 29 Mar 2009, Fred Moyer wrote: >> Need one more for a release > > All tests successful. > Files=3, Tests=13,  1 wallclock secs ( 0.04 usr  0.01 sys +  0.73 cusr > 0.06 csys =  0.84 CPU) > Result: PASS Great, thanks for the test.

Re: Help needed for mod_perl 1.31-rc6 and Apache::Bootstrap

2009-03-30 Thread David E. Wheeler
On Mar 26, 2009, at 1:20 PM, Fred Moyer wrote: There's a couple of mod_perl related releases now that need people to test them out. It takes less time to download, untar, and run the test suite for these two releases than it does to write a response to the 'decline of mod_perl' thread that has

Re: Help needed for mod_perl 1.31-rc6 and Apache::Bootstrap

2009-03-30 Thread Philippe M. Chiasson
On 30/3/09 12:02, David E. Wheeler wrote: > On Mar 26, 2009, at 1:20 PM, Fred Moyer wrote: > >> There's a couple of mod_perl related releases now that need people to >> test them out. It takes less time to download, untar, and run the >> test suite for these two releases than it does to write a r