Re: [cgiapp] Open source applications written using CGI::Application

2011-06-14 Thread Gabor Szabo
sorry for the late reply, I got distracted by work and screencasts. On Tue, May 31, 2011 at 5:03 PM, Michael Peters mpet...@plusthree.com wrote: On 05/30/2011 04:30 AM, Gabor Szabo wrote: - Krang http://www.krangcms.com/ was last touched 2 years ago (is it still used?) We've been really bad

Re: [cgiapp] Open source applications written using CGI::Application

2011-06-14 Thread Gabor Szabo
On Mon, May 30, 2011 at 12:02 PM, Ron Savage r...@savage.net.au wrote: Hi Gabor On Mon, 2011-05-30 at 11:30 +0300, Gabor Szabo wrote: Hi, - App::Office::Contacts and - App::Office::Contacts::Donations   are on CPAN. I'll take a look at them. Ron, are they already production ready

Re: [cgiapp] Open source applications written using CGI::Application

2011-06-14 Thread Michael Peters
On 06/14/2011 02:49 AM, Gabor Szabo wrote: Is there any plan to upload it to CPAN? It's not a simple matter of uploading it to CPAN. Krang handles it's own dependencies including Apache and mod_perl and bundles/builds it all together. It would take a lot of work to make it work as a normal

Re: [cgiapp] can't display and validate only in one run mode with CAP::Plugin::ValidateRM ?

2011-06-14 Thread silent
O, change $ENV{REQUEST_METHOD} to GET before check_rm() works. 2011/6/15 silent silent2...@gmail.com: Hi, list can I do displaying form and validate form only in one run mode ? # run mod sub register {     if ( GET request ) {         #display form     }elsif ( POST requst ) {