[Lunar-commits] r18641 - moonbase/trunk/perl/HTML-Template

Dennis Veatch stumbles at lunar-linux.org
Fri Feb 10 12:37:09 UTC 2006


Author: stumbles
Date: 2006-02-10 12:37:05 +0000 (Fri, 10 Feb 2006)
New Revision: 18641

Modified:
   moonbase/trunk/perl/HTML-Template/DETAILS
Log:

- New Feature: the new default_escape option allows you to apply
     escaping to all variables in a template.

Fix: ESCAPE wasn't working on variables containing code-refs.
Fix: Changed HTML::Template to help sub-classes by called
     _new_from_loop() via ref($self) rather than hard-coding the package
     name.

Fix: Fixed HTML::Template to re-evaluate conditions to handle
     <tmpl_else>.


and some others.



Modified: moonbase/trunk/perl/HTML-Template/DETAILS
===================================================================
--- moonbase/trunk/perl/HTML-Template/DETAILS	2006-02-10 12:12:07 UTC (rev 18640)
+++ moonbase/trunk/perl/HTML-Template/DETAILS	2006-02-10 12:37:05 UTC (rev 18641)
@@ -1,11 +1,12 @@
-           MODULE=HTML-Template
-         VERSION=2.7
+          MODULE=HTML-Template
+         VERSION=2.8
           SOURCE=$MODULE-$VERSION.tar.gz
-   SOURCE_URL=$SFORGE_URL/html-template/
-      SOURCE_VFY=sha1:f59cd412066b2b43c2e73f9232c4802da29ca2dd
+   SOURCE_URL[0]=http://search.cpan.org/CPAN/authors/id/S/SA/SAMTREGAR/
+   SOURCE_URL[1]=$SFORGE_URL/html-template/
+      SOURCE_VFY=sha1:b0e319634a1538c0915f4deaa7a42c2f5365362f
         WEB_SITE=http://sam.tregar.com/software.html
          ENTERED=20011108
-         UPDATED=20050108
+         UPDATED=20060210
            SHORT="Perl module to use HTML Templates from CGI scripts"
 
 cat << EOF



More information about the Lunar-commits mailing list