Surge 2013 CFP open

2013-03-18 Thread Katherine Jeschke
The Surge 2013 CFP is open. For details or to submit a paper, please visit http://surge.omniti.com/2013 -- Katherine Jeschke Director of Marketing and Creative Services OmniTI Computer Consulting, Inc. 11830 West Market Place, Suite F Fulton, MD 20759 O: 240-646-0770, 222 F: 301-497-2001 C: 443/6

Re: Wrong code example in /docs/general/testing/testing.html

2013-03-18 Thread Fred Moyer
Thanks for the spot, update committed. On Mon, Mar 18, 2013 at 9:51 AM, Torsten Förtsch wrote: > On 03/12/2013 02:59 AM, Martín Ferrari wrote: >> +$r->write("ok 1"); >> +$r->write("not ok 2"); > > I think it should read (missing \n): > > +$r->write("ok 1\n"); > +$r->write("not ok

Re: Wrong code example in /docs/general/testing/testing.html

2013-03-18 Thread Torsten Förtsch
On 03/12/2013 02:59 AM, Martín Ferrari wrote: > +$r->write("ok 1"); > +$r->write("not ok 2"); I think it should read (missing \n): +$r->write("ok 1\n"); +$r->write("not ok 2\n"); Torsten

Re: Wrong code example in /docs/general/testing/testing.html

2013-03-18 Thread Fred Moyer
Thanks, change applied r1457851. On Mon, Mar 11, 2013 at 6:59 PM, Martín Ferrari wrote: > Hi, > > I was trying to set up a test environment for a mod_perl module, and > -among many other problems I had with the docs, that I'll try to put > in other reports-, I've found some code that does not eve

RE: perl/hash_attack.t fails with perl 5.16.3-RC1

2013-03-18 Thread Steve Hay
Steve Hay wrote on 2013-03-11: > John D Groenveld wrote on 2013-03-08: >> [Fri Mar 08 17:58:46 2013] [error] [client 127.0.0.1] Failed to >> mount the hash c ollision attack at /tmp/mod_perl- >> 2.0.7/t/response/TestPerl/hash_attack.pm line 1 03.\n >> >> John >> groenv...@acm.org > > > Thanks fo