r8945 - /scripts/qa/qareport.cgi

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Wed Nov 7 08:25:50 UTC 2007


Author: dmn
Date: Wed Nov  7 08:25:50 2007
New Revision: 8945

URL: http://svn.debian.org/wsvn/?sc=1&rev=8945
Log:
Turn on POST_CHOMP to lessen white space in template output

Modified:
    scripts/qa/qareport.cgi

Modified: scripts/qa/qareport.cgi
URL: http://svn.debian.org/wsvn/scripts/qa/qareport.cgi?rev=8945&op=diff
==============================================================================
--- scripts/qa/qareport.cgi (original)
+++ scripts/qa/qareport.cgi Wed Nov  7 08:25:50 2007
@@ -117,7 +117,12 @@
     setlocale(LC_TIME, $old_locale);
 }
 
-my $tt = new Template({INTERPOLATE=>1});
+my $tt = new Template(
+    {
+        INTERPOLATE=>1,
+        POST_COMP   => 1,
+    ),
+
 $tt->process(
     \*DATA,
     {




More information about the Pkg-perl-cvs-commits mailing list