I've added HTML::Template::Pluggable support to AnyTemplate and made a
new development release.
Should be up on CPAN shortly here:
http://search.cpan.org/dist/CGI-Application-Plugin-AnyTemplate-0.10_04/
Until then, it's available here:
http://occamstoothbrush.com/downloads/perl/CGI-Application-Plugin-AnyTemplate-0.10_04.tar.gz
I'd appreciate it if someone could try this out and see if it actually
works :)
One of the things things I'm curious about (something that I haven't had
a chance to test yet) is whether or not other HTML::Template::Plugins
can be loaded in an app that uses AnyTemplate. For instance:
package My::WebApp;
use CGI::Application::Plugin::AnyTemplate;
use HTML::Template::Pluggable;
use HTML::Template::Plugin::Dot;
use HTML::Template::Plugin::Set;
sub some_runmode {
my $self = shift;
$self->template->fill;
}
In this example, is the HTML::Template::Plugin::Set module actually
activated? (For that matter has HTP::Set actually been written yet?).
If everything works and there are no serious problems, I'll release
AnyTemplate 0.10 (stable) on Monday.
Michael
---
Michael Graham <suppressed>
---------------------------------------------------------------------
Web Archive: http://www.mail-archive.com/suppressed/
http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2
To unsubscribe, e-mail: suppressed
For additional commands, e-mail: suppressed
Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.