r44372 - in /trunk/libhtml-template-pro-perl: ./ debian/ lib/HTML/Template/ lib/HTML/Template/Pro/ t/ templates-Pro/ templates-Pro/include/ templates-Pro/include/1/ templates-Pro/include/2/

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sun Sep 20 01:28:48 UTC 2009


Author: jawnsy-guest
Date: Sun Sep 20 01:28:43 2009
New Revision: 44372

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=44372
Log:
* New upstream release
  + Add force_untaint option
  + Treat code references properly by evaluating them dynamically
  + Fix to support magic arrays and hashes
  + Void context output writes to built-in stdout
  + Add support for template tags decorated as XML

Added:
    trunk/libhtml-template-pro-perl/lib/HTML/Template/Pro/
      - copied from r44371, branches/upstream/libhtml-template-pro-perl/current/lib/HTML/Template/Pro/
    trunk/libhtml-template-pro-perl/prostate.inc
      - copied unchanged from r44371, branches/upstream/libhtml-template-pro-perl/current/prostate.inc
    trunk/libhtml-template-pro-perl/t/magic.t
      - copied unchanged from r44371, branches/upstream/libhtml-template-pro-perl/current/t/magic.t
    trunk/libhtml-template-pro-perl/templates-Pro/a.incl
      - copied unchanged from r44371, branches/upstream/libhtml-template-pro-perl/current/templates-Pro/a.incl
    trunk/libhtml-template-pro-perl/templates-Pro/include/1/
      - copied from r44371, branches/upstream/libhtml-template-pro-perl/current/templates-Pro/include/1/
    trunk/libhtml-template-pro-perl/templates-Pro/include/2/
      - copied from r44371, branches/upstream/libhtml-template-pro-perl/current/templates-Pro/include/2/
    trunk/libhtml-template-pro-perl/templates-Pro/include/a.incl
      - copied unchanged from r44371, branches/upstream/libhtml-template-pro-perl/current/templates-Pro/include/a.incl
    trunk/libhtml-template-pro-perl/templates-Pro/test_include4.out
      - copied unchanged from r44371, branches/upstream/libhtml-template-pro-perl/current/templates-Pro/test_include4.out
    trunk/libhtml-template-pro-perl/templates-Pro/test_include4.tmpl
      - copied unchanged from r44371, branches/upstream/libhtml-template-pro-perl/current/templates-Pro/test_include4.tmpl
    trunk/libhtml-template-pro-perl/templates-Pro/test_include5.out
      - copied unchanged from r44371, branches/upstream/libhtml-template-pro-perl/current/templates-Pro/test_include5.out
    trunk/libhtml-template-pro-perl/templates-Pro/test_include5.tmpl
      - copied unchanged from r44371, branches/upstream/libhtml-template-pro-perl/current/templates-Pro/test_include5.tmpl
    trunk/libhtml-template-pro-perl/templates-Pro/test_userfunc1.out
      - copied unchanged from r44371, branches/upstream/libhtml-template-pro-perl/current/templates-Pro/test_userfunc1.out
    trunk/libhtml-template-pro-perl/templates-Pro/test_userfunc1.tmpl
      - copied unchanged from r44371, branches/upstream/libhtml-template-pro-perl/current/templates-Pro/test_userfunc1.tmpl
    trunk/libhtml-template-pro-perl/templates-Pro/test_userfunc2.out
      - copied unchanged from r44371, branches/upstream/libhtml-template-pro-perl/current/templates-Pro/test_userfunc2.out
    trunk/libhtml-template-pro-perl/templates-Pro/test_userfunc2.tmpl
      - copied unchanged from r44371, branches/upstream/libhtml-template-pro-perl/current/templates-Pro/test_userfunc2.tmpl
    trunk/libhtml-template-pro-perl/templates-Pro/test_userfunc3.out
      - copied unchanged from r44371, branches/upstream/libhtml-template-pro-perl/current/templates-Pro/test_userfunc3.out
    trunk/libhtml-template-pro-perl/templates-Pro/test_userfunc3.tmpl
      - copied unchanged from r44371, branches/upstream/libhtml-template-pro-perl/current/templates-Pro/test_userfunc3.tmpl
    trunk/libhtml-template-pro-perl/templates-Pro/test_userfunc4.out
      - copied unchanged from r44371, branches/upstream/libhtml-template-pro-perl/current/templates-Pro/test_userfunc4.out
    trunk/libhtml-template-pro-perl/templates-Pro/test_userfunc4.tmpl
      - copied unchanged from r44371, branches/upstream/libhtml-template-pro-perl/current/templates-Pro/test_userfunc4.tmpl
    trunk/libhtml-template-pro-perl/templates-Pro/test_userfunc5.out
      - copied unchanged from r44371, branches/upstream/libhtml-template-pro-perl/current/templates-Pro/test_userfunc5.out
    trunk/libhtml-template-pro-perl/templates-Pro/test_userfunc5.tmpl
      - copied unchanged from r44371, branches/upstream/libhtml-template-pro-perl/current/templates-Pro/test_userfunc5.tmpl
    trunk/libhtml-template-pro-perl/templates-Pro/test_userfunc6.out
      - copied unchanged from r44371, branches/upstream/libhtml-template-pro-perl/current/templates-Pro/test_userfunc6.out
    trunk/libhtml-template-pro-perl/templates-Pro/test_userfunc6.tmpl
      - copied unchanged from r44371, branches/upstream/libhtml-template-pro-perl/current/templates-Pro/test_userfunc6.tmpl
Removed:
    trunk/libhtml-template-pro-perl/templates-Pro/test_expr10.out
    trunk/libhtml-template-pro-perl/templates-Pro/test_expr10.tmpl
    trunk/libhtml-template-pro-perl/templates-Pro/test_expr11.out
    trunk/libhtml-template-pro-perl/templates-Pro/test_expr11.tmpl
    trunk/libhtml-template-pro-perl/templates-Pro/test_expr12.out
    trunk/libhtml-template-pro-perl/templates-Pro/test_expr12.tmpl
    trunk/libhtml-template-pro-perl/templates-Pro/test_expr13.out
    trunk/libhtml-template-pro-perl/templates-Pro/test_expr13.tmpl
    trunk/libhtml-template-pro-perl/templates-Pro/test_expr14.out
    trunk/libhtml-template-pro-perl/templates-Pro/test_expr14.tmpl
    trunk/libhtml-template-pro-perl/templates-Pro/test_expr9.out
    trunk/libhtml-template-pro-perl/templates-Pro/test_expr9.tmpl
Modified:
    trunk/libhtml-template-pro-perl/.gitignore
    trunk/libhtml-template-pro-perl/Changes
    trunk/libhtml-template-pro-perl/MANIFEST
    trunk/libhtml-template-pro-perl/META.yml
    trunk/libhtml-template-pro-perl/Makefile.PL
    trunk/libhtml-template-pro-perl/Pro.xs
    trunk/libhtml-template-pro-perl/README
    trunk/libhtml-template-pro-perl/README.win32
    trunk/libhtml-template-pro-perl/TODO
    trunk/libhtml-template-pro-perl/builtin_findfile.inc
    trunk/libhtml-template-pro-perl/calc.h
    trunk/libhtml-template-pro-perl/calc.inc
    trunk/libhtml-template-pro-perl/callback_stubs.inc
    trunk/libhtml-template-pro-perl/debian/changelog
    trunk/libhtml-template-pro-perl/expr.c
    trunk/libhtml-template-pro-perl/expr.y
    trunk/libhtml-template-pro-perl/expr_iface.c
    trunk/libhtml-template-pro-perl/exprpstr.inc
    trunk/libhtml-template-pro-perl/exprtool.h
    trunk/libhtml-template-pro-perl/exprtool.inc
    trunk/libhtml-template-pro-perl/exprtype.h
    trunk/libhtml-template-pro-perl/exprval.h
    trunk/libhtml-template-pro-perl/lib/HTML/Template/PerlInterface.pod
    trunk/libhtml-template-pro-perl/lib/HTML/Template/Pro.pm
    trunk/libhtml-template-pro-perl/lib/HTML/Template/SYNTAX.pod
    trunk/libhtml-template-pro-perl/pabstract.h
    trunk/libhtml-template-pro-perl/pbuffer.c
    trunk/libhtml-template-pro-perl/pbuffer.h
    trunk/libhtml-template-pro-perl/perl-HTML-Template-Pro.spec
    trunk/libhtml-template-pro-perl/pmiscdef.h
    trunk/libhtml-template-pro-perl/pparam.h
    trunk/libhtml-template-pro-perl/pparam2proparam
    trunk/libhtml-template-pro-perl/procore.c
    trunk/libhtml-template-pro-perl/proparam.c
    trunk/libhtml-template-pro-perl/proparam.h
    trunk/libhtml-template-pro-perl/proscope.inc
    trunk/libhtml-template-pro-perl/prostate.h
    trunk/libhtml-template-pro-perl/pstring.h
    trunk/libhtml-template-pro-perl/pstrutils.inc
    trunk/libhtml-template-pro-perl/t/05path_like_variable_scope.t
    trunk/libhtml-template-pro-perl/t/HTML-Template-Expr.t
    trunk/libhtml-template-pro-perl/t/HTML-Template-Pro.t
    trunk/libhtml-template-pro-perl/t/HTML-Template.t
    trunk/libhtml-template-pro-perl/t/realloc.t
    trunk/libhtml-template-pro-perl/tagstack.h
    trunk/libhtml-template-pro-perl/tagstack.inc
    trunk/libhtml-template-pro-perl/templates-Pro/test_esc2.out
    trunk/libhtml-template-pro-perl/templates-Pro/test_esc2.tmpl
    trunk/libhtml-template-pro-perl/templates-Pro/test_expr3.out
    trunk/libhtml-template-pro-perl/templates-Pro/test_expr3.tmpl
    trunk/libhtml-template-pro-perl/templates-Pro/test_expr4.out
    trunk/libhtml-template-pro-perl/templates-Pro/test_expr4.tmpl
    trunk/libhtml-template-pro-perl/templates-Pro/test_expr5.out
    trunk/libhtml-template-pro-perl/templates-Pro/test_expr5.tmpl
    trunk/libhtml-template-pro-perl/templates-Pro/test_expr6.out
    trunk/libhtml-template-pro-perl/templates-Pro/test_expr6.tmpl
    trunk/libhtml-template-pro-perl/templates-Pro/test_loop2.out
    trunk/libhtml-template-pro-perl/templates-Pro/test_loop2.tmpl
    trunk/libhtml-template-pro-perl/templates-Pro/test_loop6.out
    trunk/libhtml-template-pro-perl/templates-Pro/test_loop6.tmpl
    trunk/libhtml-template-pro-perl/templates-Pro/test_var1.out
    trunk/libhtml-template-pro-perl/templates-Pro/test_var1.tmpl
    trunk/libhtml-template-pro-perl/tmpllog.c
    trunk/libhtml-template-pro-perl/tmpllog.h
    trunk/libhtml-template-pro-perl/tmplpro.h
    trunk/libhtml-template-pro-perl/tmplpro_version.c

[This mail would be too long, it was shortened to contain the URLs only.]

Modified: trunk/libhtml-template-pro-perl/.gitignore
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-pro-perl/.gitignore?rev=44372&op=diff

Modified: trunk/libhtml-template-pro-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-pro-perl/Changes?rev=44372&op=diff

Modified: trunk/libhtml-template-pro-perl/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-pro-perl/MANIFEST?rev=44372&op=diff

Modified: trunk/libhtml-template-pro-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-pro-perl/META.yml?rev=44372&op=diff

Modified: trunk/libhtml-template-pro-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-pro-perl/Makefile.PL?rev=44372&op=diff

Modified: trunk/libhtml-template-pro-perl/Pro.xs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-pro-perl/Pro.xs?rev=44372&op=diff

Modified: trunk/libhtml-template-pro-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-pro-perl/README?rev=44372&op=diff

Modified: trunk/libhtml-template-pro-perl/README.win32
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-pro-perl/README.win32?rev=44372&op=diff

Modified: trunk/libhtml-template-pro-perl/TODO
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-pro-perl/TODO?rev=44372&op=diff

Modified: trunk/libhtml-template-pro-perl/builtin_findfile.inc
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-pro-perl/builtin_findfile.inc?rev=44372&op=diff

Modified: trunk/libhtml-template-pro-perl/calc.h
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-pro-perl/calc.h?rev=44372&op=diff

Modified: trunk/libhtml-template-pro-perl/calc.inc
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-pro-perl/calc.inc?rev=44372&op=diff

Modified: trunk/libhtml-template-pro-perl/callback_stubs.inc
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-pro-perl/callback_stubs.inc?rev=44372&op=diff

Modified: trunk/libhtml-template-pro-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-pro-perl/debian/changelog?rev=44372&op=diff

Modified: trunk/libhtml-template-pro-perl/expr.c
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-pro-perl/expr.c?rev=44372&op=diff

Modified: trunk/libhtml-template-pro-perl/expr.y
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-pro-perl/expr.y?rev=44372&op=diff

Modified: trunk/libhtml-template-pro-perl/expr_iface.c
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-pro-perl/expr_iface.c?rev=44372&op=diff

Modified: trunk/libhtml-template-pro-perl/exprpstr.inc
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-pro-perl/exprpstr.inc?rev=44372&op=diff

Modified: trunk/libhtml-template-pro-perl/exprtool.h
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-pro-perl/exprtool.h?rev=44372&op=diff

Modified: trunk/libhtml-template-pro-perl/exprtool.inc
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-pro-perl/exprtool.inc?rev=44372&op=diff

Modified: trunk/libhtml-template-pro-perl/exprtype.h
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-pro-perl/exprtype.h?rev=44372&op=diff

Modified: trunk/libhtml-template-pro-perl/exprval.h
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-pro-perl/exprval.h?rev=44372&op=diff

Modified: trunk/libhtml-template-pro-perl/lib/HTML/Template/PerlInterface.pod
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-pro-perl/lib/HTML/Template/PerlInterface.pod?rev=44372&op=diff

Modified: trunk/libhtml-template-pro-perl/lib/HTML/Template/Pro.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-pro-perl/lib/HTML/Template/Pro.pm?rev=44372&op=diff

Modified: trunk/libhtml-template-pro-perl/lib/HTML/Template/SYNTAX.pod
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-pro-perl/lib/HTML/Template/SYNTAX.pod?rev=44372&op=diff

Modified: trunk/libhtml-template-pro-perl/pabstract.h
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-pro-perl/pabstract.h?rev=44372&op=diff

Modified: trunk/libhtml-template-pro-perl/pbuffer.c
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-pro-perl/pbuffer.c?rev=44372&op=diff

Modified: trunk/libhtml-template-pro-perl/pbuffer.h
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-pro-perl/pbuffer.h?rev=44372&op=diff

Modified: trunk/libhtml-template-pro-perl/perl-HTML-Template-Pro.spec
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-pro-perl/perl-HTML-Template-Pro.spec?rev=44372&op=diff

Modified: trunk/libhtml-template-pro-perl/pmiscdef.h
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-pro-perl/pmiscdef.h?rev=44372&op=diff

Modified: trunk/libhtml-template-pro-perl/pparam.h
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-pro-perl/pparam.h?rev=44372&op=diff

Modified: trunk/libhtml-template-pro-perl/pparam2proparam
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-pro-perl/pparam2proparam?rev=44372&op=diff

Modified: trunk/libhtml-template-pro-perl/procore.c
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-pro-perl/procore.c?rev=44372&op=diff

Modified: trunk/libhtml-template-pro-perl/proparam.c
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-pro-perl/proparam.c?rev=44372&op=diff

Modified: trunk/libhtml-template-pro-perl/proparam.h
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-pro-perl/proparam.h?rev=44372&op=diff

Modified: trunk/libhtml-template-pro-perl/proscope.inc
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-pro-perl/proscope.inc?rev=44372&op=diff

Modified: trunk/libhtml-template-pro-perl/prostate.h
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-pro-perl/prostate.h?rev=44372&op=diff

Modified: trunk/libhtml-template-pro-perl/pstring.h
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-pro-perl/pstring.h?rev=44372&op=diff

Modified: trunk/libhtml-template-pro-perl/pstrutils.inc
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-pro-perl/pstrutils.inc?rev=44372&op=diff

Modified: trunk/libhtml-template-pro-perl/t/05path_like_variable_scope.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-pro-perl/t/05path_like_variable_scope.t?rev=44372&op=diff

Modified: trunk/libhtml-template-pro-perl/t/HTML-Template-Expr.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-pro-perl/t/HTML-Template-Expr.t?rev=44372&op=diff

Modified: trunk/libhtml-template-pro-perl/t/HTML-Template-Pro.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-pro-perl/t/HTML-Template-Pro.t?rev=44372&op=diff

Modified: trunk/libhtml-template-pro-perl/t/HTML-Template.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-pro-perl/t/HTML-Template.t?rev=44372&op=diff

Modified: trunk/libhtml-template-pro-perl/t/realloc.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-pro-perl/t/realloc.t?rev=44372&op=diff

Modified: trunk/libhtml-template-pro-perl/tagstack.h
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-pro-perl/tagstack.h?rev=44372&op=diff

Modified: trunk/libhtml-template-pro-perl/tagstack.inc
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-pro-perl/tagstack.inc?rev=44372&op=diff

Modified: trunk/libhtml-template-pro-perl/templates-Pro/test_esc2.out
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-pro-perl/templates-Pro/test_esc2.out?rev=44372&op=diff

Modified: trunk/libhtml-template-pro-perl/templates-Pro/test_esc2.tmpl
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-pro-perl/templates-Pro/test_esc2.tmpl?rev=44372&op=diff

Modified: trunk/libhtml-template-pro-perl/templates-Pro/test_expr3.out
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-pro-perl/templates-Pro/test_expr3.out?rev=44372&op=diff

Modified: trunk/libhtml-template-pro-perl/templates-Pro/test_expr3.tmpl
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-pro-perl/templates-Pro/test_expr3.tmpl?rev=44372&op=diff

Modified: trunk/libhtml-template-pro-perl/templates-Pro/test_expr4.out
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-pro-perl/templates-Pro/test_expr4.out?rev=44372&op=diff

Modified: trunk/libhtml-template-pro-perl/templates-Pro/test_expr4.tmpl
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-pro-perl/templates-Pro/test_expr4.tmpl?rev=44372&op=diff

Modified: trunk/libhtml-template-pro-perl/templates-Pro/test_expr5.out
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-pro-perl/templates-Pro/test_expr5.out?rev=44372&op=diff

Modified: trunk/libhtml-template-pro-perl/templates-Pro/test_expr5.tmpl
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-pro-perl/templates-Pro/test_expr5.tmpl?rev=44372&op=diff

Modified: trunk/libhtml-template-pro-perl/templates-Pro/test_expr6.out
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-pro-perl/templates-Pro/test_expr6.out?rev=44372&op=diff

Modified: trunk/libhtml-template-pro-perl/templates-Pro/test_expr6.tmpl
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-pro-perl/templates-Pro/test_expr6.tmpl?rev=44372&op=diff

Modified: trunk/libhtml-template-pro-perl/templates-Pro/test_loop2.out
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-pro-perl/templates-Pro/test_loop2.out?rev=44372&op=diff

Modified: trunk/libhtml-template-pro-perl/templates-Pro/test_loop2.tmpl
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-pro-perl/templates-Pro/test_loop2.tmpl?rev=44372&op=diff

Modified: trunk/libhtml-template-pro-perl/templates-Pro/test_loop6.out
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-pro-perl/templates-Pro/test_loop6.out?rev=44372&op=diff

Modified: trunk/libhtml-template-pro-perl/templates-Pro/test_loop6.tmpl
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-pro-perl/templates-Pro/test_loop6.tmpl?rev=44372&op=diff

Modified: trunk/libhtml-template-pro-perl/templates-Pro/test_var1.out
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-pro-perl/templates-Pro/test_var1.out?rev=44372&op=diff

Modified: trunk/libhtml-template-pro-perl/templates-Pro/test_var1.tmpl
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-pro-perl/templates-Pro/test_var1.tmpl?rev=44372&op=diff

Modified: trunk/libhtml-template-pro-perl/tmpllog.c
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-pro-perl/tmpllog.c?rev=44372&op=diff

Modified: trunk/libhtml-template-pro-perl/tmpllog.h
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-pro-perl/tmpllog.h?rev=44372&op=diff

Modified: trunk/libhtml-template-pro-perl/tmplpro.h
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-pro-perl/tmplpro.h?rev=44372&op=diff

Modified: trunk/libhtml-template-pro-perl/tmplpro_version.c
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-pro-perl/tmplpro_version.c?rev=44372&op=diff




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