Leader of Birmingham.pm [pm.org] and a CPAN author [cpan.org]. Co-organised YAPC::Europe in 2006 and the 2009 QA Hackathon, responsible for the YAPC Conference Surveys [yapc-surveys.org] and the QA Hackathon [qa-hackathon.org] websites. Also the current caretaker for the CPAN Testers websites and data stores.
If you really want to find out more, buy me a Guinness
Links:
Memoirs of a Roadie [missbarbell.co.uk]
[pm.org]
CPAN Testers Reports [cpantesters.org]
YAPC Conference Surveys [yapc-surveys.org]
QA Hackathon [qa-hackathon.org]
Running under mod_perl, the cookies are cached by CGI.pm. If those values change they are ignored in preference to the cached versions. I now call CGI::Cookie->fetch directly. A shame the CGI pod page doesn't mention it though. Might have saved me a weeks worth of tweeking.
that smells like a bug (Score:2)
Re:that smells like a bug (Score:1)
If there are special mod_perl prerequisites then they aren't specified under the "HTTP COOKIES" section of the POD, which is where I would have expected them. I checked for mod_perl references in the POD, of which there are two, and neither mention anything about the handling of cookies :(
I've notic