Re: mod_perl Website Hosting

2017-03-09 Thread Paul Johnson
p exactly as I > want them And they very generously provide free hosting for metacpan.org and cpancover.com. So if you want to go that route and feel like saying thanks, follow the link from one of those sites. -- Paul Johnson - p...@pjcj.net http://www.pjcj.net

Re: Alternatives to CGI perl module

2016-09-10 Thread Paul Johnson
n that respect. See also http://shadow.cat/blog/matt-s-trout/mstpan-1/ I'd probably choose Dancer2 for new work now myself, but if you want 20 year support you might prefer looking towards Catalyst, or perhaps even building something for yourself on top of Plack. -- Paul Johnson - p...@pjcj.net http://www.pjcj.net

Re: beginning and testing

2014-10-08 Thread Paul Johnson
. Put anything not dealing specifically with the web into separate modules. Those modules can be tested extensively in the usual fashion, and the web layer should be so thin that it's hard to have bugs in it. However, both Dancer and Mojolicious have testing modules for those parts too. -- Pa

Re: [RELEASE CANDIDATE]: mod_perl-2.0.3 RC3

2006-11-21 Thread Paul Johnson
On Sat, Nov 18, 2006 at 06:17:18PM -0800, Philip M. Gollucci wrote: > A release candidate for mod_perl 2.0.3-rc3 is now available for testing. All tests OK on linux 2.6.15 i686, perl 5.8.8, apache 2.0.59/2.2.3 -- Paul Johnson - [EMAIL PROTECTED] http://www.pjcj.net

Re: data persistence problem with Class::DBI

2005-04-14 Thread Paul Johnson
age and I suspect TT2 is creating a closure, but I haven't tracked the reasons fully. I fixed the problem with a call to clear_object_index at the start of the handler. I'd be pleased to hear of a slightly more subtle approach though. -- Paul Johnson - [EMAIL PROTECTED] http://www.pjcj.net