[libhtml-template-compiled-perl] 01/07: Merge tag 'upstream/1.002'

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Sun Aug 16 14:33:16 UTC 2015


This is an automated email from the git hooks/post-receive script.

kanashiro-guest pushed a commit to branch master
in repository libhtml-template-compiled-perl.

commit e77053aef1e82b3f2e2cda531fd795dca96878f7
Merge: d4f5e7a 694ac99
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Sun Aug 16 11:12:23 2015 -0300

    Merge tag 'upstream/1.002'
    
    Upstream version 1.002
    
    # gpg: Signature made Sun 16 Aug 2015 11:12:21 AM BRT using RSA key ID 9883C97C
    # gpg: Good signature from "Lucas Kanashiro <kanashiro.duarte at gmail.com>"

 Build.PL                                           |   41 -
 Changes                                            |   13 +-
 LICENSE                                            |  379 +++++
 MANIFEST                                           |  100 +-
 MANIFEST.SKIP                                      |   11 +
 META.json                                          |  165 --
 META.yml                                           |  105 +-
 Makefile.PL                                        |  118 +-
 README                                             | 1691 +-------------------
 dist.ini                                           |   13 +
 examples/bench.pl                                  |    1 -
 examples/bench_mem.pl                              |    2 -
 examples/included.xslate                           |    8 +
 examples/test.xslate                               |   19 +
 lib/HTML/Template/Compiled.pm                      |  121 +-
 lib/HTML/Template/Compiled/Classic.pm              |    3 +-
 lib/HTML/Template/Compiled/Compiler.pm             |  108 +-
 lib/HTML/Template/Compiled/Compiler/Classic.pm     |    3 +-
 lib/HTML/Template/Compiled/Exception.pm            |    2 +-
 lib/HTML/Template/Compiled/Expr.pm                 |    3 +-
 lib/HTML/Template/Compiled/Expression.pm           |    3 +-
 .../Template/Compiled/Expression/Expressions.pm    |    3 +-
 lib/HTML/Template/Compiled/Filter.pm               |    3 +-
 lib/HTML/Template/Compiled/Formatter.pm            |    3 +-
 lib/HTML/Template/Compiled/Lazy.pm                 |    3 +-
 lib/HTML/Template/Compiled/Parser.pm               |    5 +-
 lib/HTML/Template/Compiled/Plugin/XMLEscape.pm     |    3 +-
 lib/HTML/Template/Compiled/Token.pm                |    3 +-
 lib/HTML/Template/Compiled/Utils.pm                |    3 +-
 t/02_version.t                                     |    8 -
 t/03_param.t                                       |    1 -
 t/07_formatter.t                                   |    2 -
 t/08_global_vars.t                                 |    2 +-
 t/09_wrong.t                                       |    1 -
 t/10_if_else.t                                     |    2 -
 t/12_path.t                                        |    1 -
 t/15_comment.t                                     |    1 -
 t/16_switch.t                                      |    2 -
 t/17_escape.t                                      |    1 -
 t/18_objects.t                                     |    2 -
 t/21_while.t                                       |    1 -
 t/22_pod.t                                         |    3 +-
 t/23_tagstyles.t                                   |    1 -
 t/26_expr.t                                        |    1 -
 t/27_chomp.t                                       |    1 -
 t/28_perl.t                                        |    2 -
 t/29_encoding.t                                    |    2 -
 t/30_arrays.t                                      |    2 -
 t/31_recurse.t                                     |    1 -
 t/32_compile_plugin.t                              |    2 -
 t/33_plugins.t                                     |    2 -
 t/34_loop_context_vars.t                           |    1 -
 t/36_default.t                                     |    2 -
 t/37_with.t                                        |    1 -
 t/38_vars.t                                        |    1 -
 t/new_shortcuts.t                                  |   98 ++
 56 files changed, 943 insertions(+), 2136 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libhtml-template-compiled-perl.git



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