Hello, I've got some proposed updates to CGI::Application for you to review. They are headed towards CPAN now, and available here until then:
http://mark.stosberg.com/perl/CGI-Application-4.04_01.tar.gz Here are the changes since the last release: - move load_tmpl hook to after we build $tmpl_file so it will always have a file name to work with. - initial support for a default template name in load_tmpl(). That means you can now do this: my $t = $self->load_tmpl(); And it will default to a file named after the current run mode with a .html extension. ######### Feedback and patches are welcome. Mark -- http://mark.stosberg.com/ --------------------------------------------------------------------- Web Archive: http://www.mail-archive.com/[email protected]/ http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2 To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
