r77521 - in /trunk/libhtml-template-perl: ./ bench/ debian/ lib/ scripts/ t/ templates/

periapt at users.alioth.debian.org periapt at users.alioth.debian.org
Sat Jul 16 10:32:18 UTC 2011


Author: periapt
Date: Sat Jul 16 10:32:09 2011
New Revision: 77521

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=77521
Log:
New upstream release

Added:
    trunk/libhtml-template-perl/LICENSE
      - copied unchanged from r77520, branches/upstream/libhtml-template-perl/current/LICENSE
    trunk/libhtml-template-perl/MANIFEST.SKIP
      - copied unchanged from r77520, branches/upstream/libhtml-template-perl/current/MANIFEST.SKIP
    trunk/libhtml-template-perl/bench/
      - copied from r77520, branches/upstream/libhtml-template-perl/current/bench/
    trunk/libhtml-template-perl/dist.ini
      - copied unchanged from r77520, branches/upstream/libhtml-template-perl/current/dist.ini
    trunk/libhtml-template-perl/lib/
      - copied from r77520, branches/upstream/libhtml-template-perl/current/lib/
    trunk/libhtml-template-perl/t/01-coderefs.t
      - copied unchanged from r77520, branches/upstream/libhtml-template-perl/current/t/01-coderefs.t
    trunk/libhtml-template-perl/t/02-random.t
      - copied unchanged from r77520, branches/upstream/libhtml-template-perl/current/t/02-random.t
    trunk/libhtml-template-perl/t/03-else_else_bug.t
      - copied unchanged from r77520, branches/upstream/libhtml-template-perl/current/t/03-else_else_bug.t
    trunk/libhtml-template-perl/t/04-default_with_escape.t
      - copied unchanged from r77520, branches/upstream/libhtml-template-perl/current/t/04-default_with_escape.t
    trunk/libhtml-template-perl/t/04-escape.t
      - copied unchanged from r77520, branches/upstream/libhtml-template-perl/current/t/04-escape.t
    trunk/libhtml-template-perl/t/04-no_taintmode.t
      - copied unchanged from r77520, branches/upstream/libhtml-template-perl/current/t/04-no_taintmode.t
    trunk/libhtml-template-perl/t/05-force_untaint.t
      - copied unchanged from r77520, branches/upstream/libhtml-template-perl/current/t/05-force_untaint.t
    trunk/libhtml-template-perl/t/05-nested_global.t
      - copied unchanged from r77520, branches/upstream/libhtml-template-perl/current/t/05-nested_global.t
    trunk/libhtml-template-perl/t/12-open_mode.t
      - copied unchanged from r77520, branches/upstream/libhtml-template-perl/current/t/12-open_mode.t
    trunk/libhtml-template-perl/t/12-query.t
      - copied unchanged from r77520, branches/upstream/libhtml-template-perl/current/t/12-query.t
    trunk/libhtml-template-perl/t/12-utf8.t
      - copied unchanged from r77520, branches/upstream/libhtml-template-perl/current/t/12-utf8.t
    trunk/libhtml-template-perl/t/13-loop-boolean.t
      - copied unchanged from r77520, branches/upstream/libhtml-template-perl/current/t/13-loop-boolean.t
    trunk/libhtml-template-perl/t/13-loop-context.t
      - copied unchanged from r77520, branches/upstream/libhtml-template-perl/current/t/13-loop-context.t
    trunk/libhtml-template-perl/t/13-loop-repeated.t
      - copied unchanged from r77520, branches/upstream/libhtml-template-perl/current/t/13-loop-repeated.t
    trunk/libhtml-template-perl/t/14-includes.t
      - copied unchanged from r77520, branches/upstream/libhtml-template-perl/current/t/14-includes.t
    trunk/libhtml-template-perl/t/15-comment.t
      - copied unchanged from r77520, branches/upstream/libhtml-template-perl/current/t/15-comment.t
    trunk/libhtml-template-perl/templates/escapes.tmpl
      - copied unchanged from r77520, branches/upstream/libhtml-template-perl/current/templates/escapes.tmpl
    trunk/libhtml-template-perl/templates/html-escape.tmpl
      - copied unchanged from r77520, branches/upstream/libhtml-template-perl/current/templates/html-escape.tmpl
    trunk/libhtml-template-perl/templates/included3.tmpl
      - copied unchanged from r77520, branches/upstream/libhtml-template-perl/current/templates/included3.tmpl
    trunk/libhtml-template-perl/templates/loop.tmpl
      - copied unchanged from r77520, branches/upstream/libhtml-template-perl/current/templates/loop.tmpl
    trunk/libhtml-template-perl/templates/utf8-test.tmpl
      - copied unchanged from r77520, branches/upstream/libhtml-template-perl/current/templates/utf8-test.tmpl
    trunk/libhtml-template-perl/templates/var.tmpl
      - copied unchanged from r77520, branches/upstream/libhtml-template-perl/current/templates/var.tmpl
Removed:
    trunk/libhtml-template-perl/ANNOUNCE
    trunk/libhtml-template-perl/ARTISTIC
    trunk/libhtml-template-perl/FAQ
    trunk/libhtml-template-perl/GPL
    trunk/libhtml-template-perl/Template.pm
    trunk/libhtml-template-perl/t/01coderefs.t
    trunk/libhtml-template-perl/t/02random.t
    trunk/libhtml-template-perl/t/03else_else_bug.t
    trunk/libhtml-template-perl/t/04default_escape.t
    trunk/libhtml-template-perl/t/04default_with_escape.t
    trunk/libhtml-template-perl/t/04no_taintmode.t
    trunk/libhtml-template-perl/t/05force_untaint.t
    trunk/libhtml-template-perl/t/05nested_global.t
    trunk/libhtml-template-perl/templates/escape.tmpl
Modified:
    trunk/libhtml-template-perl/Changes
    trunk/libhtml-template-perl/MANIFEST
    trunk/libhtml-template-perl/META.yml
    trunk/libhtml-template-perl/Makefile.PL
    trunk/libhtml-template-perl/README
    trunk/libhtml-template-perl/debian/changelog
    trunk/libhtml-template-perl/scripts/clean_shm.pl
    trunk/libhtml-template-perl/scripts/time_trial.pl
    trunk/libhtml-template-perl/t/01-bad-args.t
    trunk/libhtml-template-perl/t/02-parse.t
    trunk/libhtml-template-perl/t/03-associate.t
    trunk/libhtml-template-perl/t/04-type-source.t
    trunk/libhtml-template-perl/t/05-blind-cache.t
    trunk/libhtml-template-perl/t/06-file-cache-dir.t
    trunk/libhtml-template-perl/t/07-double-file-cache.t
    trunk/libhtml-template-perl/t/08-cache-debug.t
    trunk/libhtml-template-perl/t/09-caching-precluded.t
    trunk/libhtml-template-perl/t/10-param.t
    trunk/libhtml-template-perl/t/11-non-file-templates.t
    trunk/libhtml-template-perl/t/99-old-test-pl.t
    trunk/libhtml-template-perl/templates/long_loops.tmpl
    trunk/libhtml-template-perl/templates/query-test2.tmpl

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

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

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

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

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

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

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

Modified: trunk/libhtml-template-perl/scripts/clean_shm.pl
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-perl/scripts/clean_shm.pl?rev=77521&op=diff

Modified: trunk/libhtml-template-perl/scripts/time_trial.pl
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-perl/scripts/time_trial.pl?rev=77521&op=diff

Modified: trunk/libhtml-template-perl/t/01-bad-args.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-perl/t/01-bad-args.t?rev=77521&op=diff

Modified: trunk/libhtml-template-perl/t/02-parse.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-perl/t/02-parse.t?rev=77521&op=diff

Modified: trunk/libhtml-template-perl/t/03-associate.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-perl/t/03-associate.t?rev=77521&op=diff

Modified: trunk/libhtml-template-perl/t/04-type-source.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-perl/t/04-type-source.t?rev=77521&op=diff

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

Modified: trunk/libhtml-template-perl/t/06-file-cache-dir.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-perl/t/06-file-cache-dir.t?rev=77521&op=diff

Modified: trunk/libhtml-template-perl/t/07-double-file-cache.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-perl/t/07-double-file-cache.t?rev=77521&op=diff

Modified: trunk/libhtml-template-perl/t/08-cache-debug.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-perl/t/08-cache-debug.t?rev=77521&op=diff

Modified: trunk/libhtml-template-perl/t/09-caching-precluded.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-perl/t/09-caching-precluded.t?rev=77521&op=diff

Modified: trunk/libhtml-template-perl/t/10-param.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-perl/t/10-param.t?rev=77521&op=diff

Modified: trunk/libhtml-template-perl/t/11-non-file-templates.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-perl/t/11-non-file-templates.t?rev=77521&op=diff

Modified: trunk/libhtml-template-perl/t/99-old-test-pl.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-perl/t/99-old-test-pl.t?rev=77521&op=diff

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

Modified: trunk/libhtml-template-perl/templates/query-test2.tmpl
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-perl/templates/query-test2.tmpl?rev=77521&op=diff




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