CGI::Application 4.04 has been uploaded to CPAN. An alternate URL below is
below if you are a hurry.

There are no code changes since the 4.04_02 release. The changes since
4.03 are below.  I'm personally excited about default template names for
load_tmpl(), so you can do this now:

   my $t = $self->load_tmpl();

And a default template name based on the run mode name will be used. This means
consistency between file names and run mode names is created, while simplifying
the code a bit.

I expect this to be near the end of the line for the functionality we
will try to put in load_tmpl(). Fancier needs can be met through
sub-classing, using the load_tmpl() hook, or one of the several quality
templating plugins already available.

    Mark


4.04_02 Thu Sep 8, 2005
    - Add support for templates stored in file handles and scalarrefs to 
load_tmpl().
      (Jason Purdy)

4.04_01 Wed Aug 31, 2005
    -  move load_tmpl hook to after we build $tmpl_file so it will always have a
      (probably) valid file 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.


----- Forwarded message from PAUSE <[EMAIL PROTECTED]> -----

Date: Wed, 12 Oct 2005 04:12:18 +0200
Subject: CPAN Upload: M/MA/MARKSTOS/CGI-Application-4.04.tar.gz
To: Mark Stosberg <[EMAIL PROTECTED]>
From: PAUSE <[EMAIL PROTECTED]>

The URL

    http://mark.stosberg.com/perl/CGI-Application-4.04.tar.gz

has entered CPAN as

   $CPAN/authors/id/M/MA/MARKSTOS/CGI-Application-4.04.tar.gz
  size: 55003 bytes
   md5: b64b1e03b2444d97375481427910e3fa

No action is required on your part
Request entered by: MARKSTOS (Mark Stosberg)
Request entered on: Wed, 12 Oct 2005 02:11:11 GMT
Request completed:  Wed, 12 Oct 2005 02:12:18 GMT


-- 
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]

Reply via email to