RE: [cgiapp] Re: CGI::Application::Plugin::HTCompiled update: need some help

2009-08-01 Thread Alex
...@lists.erlbaum.net [mailto:cgiapp-boun...@lists.erlbaum.net] On Behalf Of Mark Stosberg Sent: Freitag, 31. Juli 2009 22:51 To: cgiapp@lists.erlbaum.net Subject: [cgiapp] Re: CGI::Application::Plugin::HTCompiled update: need some help On Thu, 23 Jul 2009 12:37:37 -0400 Mark Stosberg m

Re: [cgiapp] Re: CGI::Application::Plugin::HTCompiled update: need some help

2009-08-01 Thread Lyle
Alex wrote: Hopefully, I don't have to turn this into a git pull request, as I don't get along with git atm. It would take a while... 'git' is a very suitable name for it http://en.wikipedia.org/wiki/Git_(British_slang) Lyle # CGI::Application community mailing list

[cgiapp] Re: CGI::Application::Plugin::HTCompiled update: need some help

2009-07-31 Thread Mark Stosberg
On Thu, 23 Jul 2009 12:37:37 -0400 Mark Stosberg m...@summersault.com wrote: sub html_tmpl_class { 'HTML::Template::Compiled' } But: how do I replace the html_tmpl_class() in the calling app? I don't get how I call the init hook. I guess (at least I hope) it's something very simple

[cgiapp] Re: CGI::Application::Plugin::HTCompiled update: need some help

2009-07-23 Thread Mark Stosberg
sub html_tmpl_class { 'HTML::Template::Compiled' } But: how do I replace the html_tmpl_class() in the calling app? I don't get how I call the init hook. I guess (at least I hope) it's something very simple anyone of you can show me J Alex, I'll release a new version of CGI::App soon that