Re: [cgiapp] CGI::Applicaiton and POE

2009-05-21 Thread Michael De Soto
Thanks Ron. Here's the postscript: On Thu, May 7, 2009 at 6:04 AM, Ron Savage r...@savage.net.au wrote: Repeat after me: Do not go for maximum complexity I hear you. I think this *is* a case of making things more complex by than they actually are. Just not in the way you envisioned. I made

[cgiapp] Re: Testing Methods

2009-05-21 Thread Mark Stosberg
On Wed, 13 May 2009 20:14:36 +0100 Mike Tonks fluffym...@googlemail.com wrote: Hi All, Can anyone recommend a method or point me to some examples for testing CGI::App run modes? In addition to using CGI_APP_RETURN_ONLY, you can also create a tiny sub-class of CGI::App-based module, so that

Re: [cgiapp] Re: Testing Methods

2009-05-21 Thread Michael Peters
Mark Stosberg wrote: In addition to using CGI_APP_RETURN_ONLY, you can also create a tiny sub-class of CGI::App-based module, so that html_tmpl_class returns 'HTML::Template::Dumper'. Then you'll get back a data structure of template instead of an HTML page, and this makes testing the values