r20276 - /scripts/qa/templates/pkginfo

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Thu May 22 10:54:27 UTC 2008


Author: dmn
Date: Thu May 22 10:54:26 2008
New Revision: 20276

URL: http://svn.debian.org/wsvn/?sc=1&rev=20276
Log:
arrays -- recursive BLOCK invokation

Modified:
    scripts/qa/templates/pkginfo

Modified: scripts/qa/templates/pkginfo
URL: http://svn.debian.org/wsvn/scripts/qa/templates/pkginfo?rev=20276&op=diff
==============================================================================
--- scripts/qa/templates/pkginfo (original)
+++ scripts/qa/templates/pkginfo Thu May 22 10:54:26 2008
@@ -4,7 +4,11 @@
             <tr><td>hash not implemented</td></tr>
         </table>
     [% ELSIF (v.size > 1) %]
-        array not implemented
+        <table>
+        [% FOREACH i IN v.list %]
+        <tr>
+        <td>[% INCLUDE show v=i %]</td>
+        </tr>
     [% ELSE %]
         $v.list.0
     [% END %]




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