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

2009-08-01 Thread Alex
; # End of CGI::Application::Plugin::HTCompiled
[/code]

-Original Message-
From: cgiapp-boun...@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...@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 anyone of you can show me J
 
 Alex,
 
 I'll release a new version of CGI::App soon that will make that easy. 
 I have already previewed the version here: It allows setting 
 html_tmpl_class as an object method. So, you'll be able to use the 
 init callback, and do this at the 'init' stage:
 
   $self-html_tmpl_class('HTML::Template::Compiled');
 
 I'll try to get that release made soon.

That's done now:

http://search.cpan.org/~markstos/CGI-Application-4.31/

Mark



#  CGI::Application community mailing list  
####
##  To unsubscribe, or change your message delivery options,  ##
##  visit:  http://www.erlbaum.net/mailman/listinfo/cgiapp##
####
##  Web archive:   http://www.erlbaum.net/pipermail/cgiapp/   ##
##  Wiki:  http://cgiapp.erlbaum.net/ ##
####

Eingehende eMail ist virenfrei.
Von AVG überprüft - www.avg.de
Version: 8.5.392 / Virendatenbank: 270.13.38/2274 - Ausgabedatum: 07/31/09
05:58:00 


#  CGI::Application community mailing list  
####
##  To unsubscribe, or change your message delivery options,  ##
##  visit:  http://www.erlbaum.net/mailman/listinfo/cgiapp##
####
##  Web archive:   http://www.erlbaum.net/pipermail/cgiapp/   ##
##  Wiki:  http://cgiapp.erlbaum.net/ ##
####




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  
####
##  To unsubscribe, or change your message delivery options,  ##
##  visit:  http://www.erlbaum.net/mailman/listinfo/cgiapp##
####
##  Web archive:   http://www.erlbaum.net/pipermail/cgiapp/   ##
##  Wiki:  http://cgiapp.erlbaum.net/ ##
####




[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 anyone of you can show me J
 
 Alex,
 
 I'll release a new version of CGI::App soon that will make that
 easy. I have already previewed the version here: It allows setting
 html_tmpl_class as an object method. So, you'll be able to use the
 init callback, and do this at the 'init' stage:
 
   $self-html_tmpl_class('HTML::Template::Compiled');
 
 I'll try to get that release made soon.

That's done now:

http://search.cpan.org/~markstos/CGI-Application-4.31/

Mark



#  CGI::Application community mailing list  
####
##  To unsubscribe, or change your message delivery options,  ##
##  visit:  http://www.erlbaum.net/mailman/listinfo/cgiapp##
####
##  Web archive:   http://www.erlbaum.net/pipermail/cgiapp/   ##
##  Wiki:  http://cgiapp.erlbaum.net/ ##
####




[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 will make that
easy. I have already previewed the version here: It allows setting
html_tmpl_class as an object method. So, you'll be able to use the
init callback, and do this at the 'init' stage:

  $self-html_tmpl_class('HTML::Template::Compiled');

I'll try to get that release made soon.

Mark

-- 
 . . . . . . . . . . . . . . . . . . . . . . . . . . . 
   Mark StosbergPrincipal Developer  
   m...@summersault.com Summersault, LLC 
   765-939-9301 ext 202 database driven websites
 . . . . . http://www.summersault.com/ . . . . . . . .



#  CGI::Application community mailing list  
####
##  To unsubscribe, or change your message delivery options,  ##
##  visit:  http://www.erlbaum.net/mailman/listinfo/cgiapp##
####
##  Web archive:   http://www.erlbaum.net/pipermail/cgiapp/   ##
##  Wiki:  http://cgiapp.erlbaum.net/ ##
####