[libhtml-template-compiled-perl] branch master updated (674ef2c -> 6b8ba3c)

Florian Schlichting fsfs at alioth.debian.org
Thu Aug 22 22:13:34 UTC 2013


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

fsfs pushed a change to branch master
in repository libhtml-template-compiled-perl.

      from  674ef2c   update changelog
      adds  53c58a2   Imported Upstream version 1.001
       new  fc622b6   Merge tag 'upstream/1.001'
       new  7f630ec   Import Upstream version 1.001 (closes: #719995)
       new  e4e8038   drop spelling.patch, applied upstream
       new  5f1affe   drop no longer recommended Data::TreeDumper* dependencies
       new  7a7f7ad   Add myself to uploaders and copyright
       new  6b8ba3c   prepare changelog for release

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Build.PL                                          |    2 -
 Changes                                           |   21 ++
 MANIFEST                                          |    9 +-
 META.json                                         |   14 +-
 META.yml                                          |   12 +-
 README                                            |   66 +++++-
 debian/changelog                                  |   11 +-
 debian/control                                    |    9 +-
 debian/copyright                                  |    1 +
 debian/patches/series                             |    1 -
 debian/patches/spelling.patch                     |   31 ---
 examples/bench.pl                                 |   62 +++--
 examples/dhtml.html                               |  249 ---------------------
 lib/HTML/Template/Compiled.pm                     |  113 ++++++++--
 lib/HTML/Template/Compiled/Compiler.pm            |   59 +++--
 lib/HTML/Template/Compiled/Expr.pm                |   10 +-
 lib/HTML/Template/Compiled/Parser.pm              |    2 +-
 lib/HTML/Template/Compiled/Plugin/DHTML.pm        |   74 ------
 lib/HTML/Template/Compiled/Plugin/NumberFormat.pm |  171 --------------
 t/01_HTML-Template-Compiled.t                     |   29 ++-
 t/04_out_fh.t                                     |   17 +-
 t/05_filter.t                                     |   12 +-
 t/06_dyn_include.t                                |   11 +-
 t/11_dhtml.t                                      |   59 -----
 t/13_loop.t                                       |   15 +-
 t/14_scalarref.t                                  |   18 +-
 t/19_query.t                                      |   11 +-
 t/20_precompile.t                                 |   14 +-
 t/21_while.t                                      |   14 +-
 t/24_pod_cover.t                                  |    5 +-
 t/35_debug.t                                      |   14 +-
 t/39_line_info.t                                  |   76 +++++++
 t/39_number_format.t                              |  111 ---------
 t/HTC_Utils.pm                                    |   13 +-
 t/templates/dhtml.htc                             |    2 -
 t/templates/inc.html                              |    1 -
 t/templates/line_info1.html                       |    5 +
 37 files changed, 461 insertions(+), 883 deletions(-)
 delete mode 100644 debian/patches/series
 delete mode 100644 debian/patches/spelling.patch
 delete mode 100644 examples/dhtml.html
 delete mode 100644 lib/HTML/Template/Compiled/Plugin/DHTML.pm
 delete mode 100644 lib/HTML/Template/Compiled/Plugin/NumberFormat.pm
 delete mode 100644 t/11_dhtml.t
 create mode 100644 t/39_line_info.t
 delete mode 100644 t/39_number_format.t
 delete mode 100644 t/templates/dhtml.htc
 delete mode 100644 t/templates/inc.html
 create mode 100644 t/templates/line_info1.html

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