[libhtml-template-compiled-perl] annotated tag upstream/1.002 created (now 044754e)

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


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

kanashiro-guest pushed a change to annotated tag upstream/1.002
in repository libhtml-template-compiled-perl.

        at  044754e   (tag)
   tagging  694ac99254bfde40f43b65222325fb6d9fa2ccab (commit)
  replaces  upstream/1.001
 tagged by  Lucas Kanashiro
        on  Sun Aug 16 11:12:21 2015 -0300

- Log -----------------------------------------------------------------
Upstream version 1.002
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAABCAAGBQJV0JpFAAoJEPgjonKYg8l8uXwP/36XfpeprSDPuB+gFyJHQIlc
14zLC1CkYX6Ghb8y8zPmkl76C+iR1vayIpo9vh5FlvVnfEj4sHQjNS2iRVgloIpS
PGe0T2qXMxIon/WdVErq75hzmnTgKcQ1Q4OG1LTBMb3BgPIxXQkMz1oe27VCmSI/
WTcE5suiGCaeloKQGpfq1Gpzom0eSzubFpoifnfI4hZPduGXDJ2NFdXl/a4jf/Px
DWviNsX9s0YKn4p4Zq7mT5EV4qzQAjvhI7R8PIVVO5z8Jn94eX5rvDerkEhh/yol
bJeNexhIKWOHwfSz1Ww8W3HEhrrX5OrjNOuMhDGkUFM6TQ9ADKh1SgVcXj4jOHag
EJSX0qyHnkdFWsaLFIVqByWVbnB2QVYm6xAGDnlBEIwDMplVBA3OfZkjYZZbfnhW
EU1FyqVdpWDtYVXHmK+d4bZOO1lEbn/pKAclXPs83inkC5D3uHQsH6WxnuaAEDcx
9/HfTcgQhLP837iO+rHZ6NRq0yjXOM2QrmZxvkQ3L/sHOaAnM5l0JiCes0GvRQL9
68jIH5muyxqebUAX9+QhQ3fuVJw0JsR5HFjRjpYMISsxC3LLoXwSciWTB+AbP37M
Gh2PlZpCIkjNRGUZR8yT29u0QTVhcMGD7GpWalKAKeqrXjjaf0wu7BC6wJlV2IwW
zjATlZJvelARH7epKfVV
=Jwa0
-----END PGP SIGNATURE-----

Lucas Kanashiro (1):
      Imported Upstream version 1.002

Mark Stosberg (1):
      typo fix, grammar fix.

Tina Mueller (131):
      first commit
      add all files from svn export
      added github repo
      fix t/26_expr.t number of skip tests
      .gitignore
      repository
      don't print
      0.97
      fix HTML::Template::Compiled::Classic: allow every character in template; fix syntax error message
      New option expire_time instead of global HTML::Template::Compiled->ExpireTime
      no %defaults necessary any more in init()
      documentation: reorganized and added missing/different features
      added loop context var __outer__ (was added to HTML::Template)
      added loop context var __even__ (was added to HTML::Template)
      add H::T blind_cache option, used H::T::C expire_time option instead of global setting
      added option 'strict'
      0.97_001
      Improved file cache performance
      --template-size
      Bugfix: old bug with invalid tags in noparse, verbatim, comment
      remove old workaround for Storable and Regexp
      Remove old Storable workaround
      cleanup, add variable if print to filehandle or add to string
      use use_query option instead of old global var
      searching path and seach_path_on_include
      0.97_002
      forgot to add new templates to manifest, 0.97_003
      fix plugin loading
      file cache
      0.97_004
      use subrefs instead of string evals
      add cmpthese
      add number of iterations
      init_args(): hashref
      MYMETA, Makefile
      remove blib
      new option cache_debug
      added tests
      remove some old unused code
      less options for cache_debug
      cleanup, pod fixes
      some .gitignore, add t/cache dir to dist
      new tag WRAPPER
      warnings
      documentation for new wrapper tag
      0.97_005
      bugfix search_path_on_include
      fix t/cache, add simple.tmpl to MANIFEST
      make wrapper work in H::T::C::Classic also
      escape plugins: subroutines, argument list
      method var2expression
      var2expression
      remove blib
      new plugin HTML::Template::Compiled::Plugin::NumberFormat
      0.97_006
      0.98
      perl 5.8, Storable, B::Deparse
      Encode is a core module in 5.8
      Scalar::Util is a core module in 5.8
      require 5.8.1
      use aliases (alias=..., SET_VAR) via $aliasname.
      aliases: added comment to documentation of global_vars
      Merge branch 'v0.98'
      0.98
      fix for include_var
      Merge branch 'perl5.8'
      0.98_001
      workaround for templ vars with dollar sign
      0.98_002
      typo, remove t/cache from MANIFEST
      add recommends, move URI::Escape, Storable and B::Deparse to requires
      typo
      recommends, requires changes
      create and remove cache dir before/after every test
      documented deprecated things
      0.98_003
      0.98_003
      escape { and }
      Data::TreeDumper::Renderer::DHTML needs Data::TreeDumper
      0.99
      reloading changed includes didn't always work. 0.99_001
      1.0
      1.000_001, spelling fixes
      remove unnecessary calls for global stack when option is not set
      only ask for Storable once at object initialization
      pod
      pod
      1.000_001
      info about version
      new attribute sortby
      1.000_001
      release date
      make parallel testing possible by changing cache dir per test file
      comment
      add information in case test fails
      remove H::T::C::Plugin::NumberFormat, version 1.000_002
      1.000_003
      Merge branch 'master' of github.com:perlpunk/HTML-Template-Compiled
      file_cache_dir
      new options warnings and lne_info
      1.000_004
      typo in pod
      add Template::Alloy to benchmark
      typo
      xslate
      typo
      Text::Xslate cannot emulate file caching but no memory caching; better align of benchmark output
      move testing of cache directory; require Storable/B::Deparse directly where used
      typo, 1.000_005
      remove ::Plugin::DHTML (own distribution)
      1.000_005
      1.000_006
      minor pod corrections
      sleep another second to be sure file mofication time is old enough
      v1.001
      fix indentation
      added option 'optimize' for compiler hints
      documented optimize option
      typo
      minor optimization switch/case
      1.001_001
      remove blib from tests
      changelog
      remove dhtml plugin; remove unneeded files
      use Dist::Zilla
      $VERSION
      remove old subversion keywords; remove blib usage
      changelog
      Merge branch '2015-07-21-dzil'
      wording
      1.002

Tina Müller (tinita) (3):
      initial commit
      Merge pull request #1 from markstos/master
      Create .travis.yml

root (2):
      * Removed globalstack value from cache
      * Fixed: Globalstack is corrupted when trying to TMPL_LOOP on undefined values.

-----------------------------------------------------------------------

No new revisions were added by this update.

-- 
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