r13134 - in /trunk/libhtml-template-pro-perl/debian: changelog control

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Mon Jan 21 12:29:07 UTC 2008


Author: dmn
Date: Mon Jan 21 12:29:07 2008
New Revision: 13134

URL: http://svn.debian.org/wsvn/?sc=1&rev=13134
Log:
* s/This module/HTML::Template::Pro/ in long description

Modified:
    trunk/libhtml-template-pro-perl/debian/changelog
    trunk/libhtml-template-pro-perl/debian/control

Modified: trunk/libhtml-template-pro-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libhtml-template-pro-perl/debian/changelog?rev=13134&op=diff
==============================================================================
--- trunk/libhtml-template-pro-perl/debian/changelog (original)
+++ trunk/libhtml-template-pro-perl/debian/changelog Mon Jan 21 12:29:07 2008
@@ -5,6 +5,9 @@
 
   [ gregor herrmann ]
   * debian/rules: delete /usr/share/perl5 only if it exists.
+
+  [ Damyan Ivanov ]
+  * s/This module/HTML::Template::Pro/ in long description
 
  -- Jose Luis Rivas <ghostbar38 at gmail.com>  Tue, 08 Jan 2008 22:56:46 -0430
 

Modified: trunk/libhtml-template-pro-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libhtml-template-pro-perl/debian/control?rev=13134&op=diff
==============================================================================
--- trunk/libhtml-template-pro-perl/debian/control (original)
+++ trunk/libhtml-template-pro-perl/debian/control Mon Jan 21 12:29:07 2008
@@ -15,12 +15,11 @@
 Architecture: any
 Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}, 
 Description: Perl/XS module to use HTML Templates from CGI scripts
- This module attempts to make using HTML templates simple and natural.
+ HTML::Template::Pro attempts to make using HTML templates simple and natural.
  It extends standard HTML with a few new HTML-esque tags - <TMPL_VAR>,
- <TMPL_LOOP>, <TMPL_INCLUDE>, <TMPL_IF>, <TMPL_ELSE> and <TMPL_UNLESS>.
- The file written with HTML and these new tags is called a template.
- It is usually saved separate from your script - possibly even created
- by someone else!  Using this module you fill in the values for the
- variables, loops and branches declared in the template.  This allows
- you to separate design - the HTML - from the data, which you generate
- in the Perl script.
+ <TMPL_LOOP>, <TMPL_INCLUDE>, <TMPL_IF>, <TMPL_ELSE> and <TMPL_UNLESS>.  The
+ file written with HTML and these new tags is called a template.  It is usually
+ saved separate from your script - possibly even created by someone else!
+ Using this module you fill in the values for the variables, loops and branches
+ declared in the template.  This allows you to separate design - the HTML -
+ from the data, which you generate in the Perl script.




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