[libhtml-mason-perl] branch master updated (4ed4b80 -> ec2ee15)

Xavier Guimard xguimard-guest at alioth.debian.org
Sat Oct 12 05:24:22 UTC 2013


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

xguimard-guest pushed a change to branch master
in repository libhtml-mason-perl.

      from  4ed4b80   Remove trailing whitespace
      adds  c82dda8   Imported Upstream version 1.52
       new  b45416f   Merge tag 'upstream/1.52'
       new  ed5255e   Change upstream contact to Jonathan Swartz
       new  5c28e5d   Add libhtml-parser-perl to B-D-I
       new  ec2ee15   Update d/ch (+version 1:1.52-1)

The 4 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:
 Changes                                  |   23 ++++++++
 META.json                                |    4 +-
 META.yml                                 |    4 +-
 Makefile.PL                              |   22 ++++++--
 README                                   |    2 +-
 debian/changelog                         |    9 ++++
 debian/control                           |   57 ++++++++++----------
 debian/copyright                         |    7 +--
 lib/HTML/Mason.pm                        |    4 +-
 lib/HTML/Mason/Admin.pod                 |    2 +-
 lib/HTML/Mason/Apache/Request.pm         |    2 +-
 lib/HTML/Mason/ApacheHandler.pm          |   10 ++--
 lib/HTML/Mason/CGIHandler.pm             |    2 +-
 lib/HTML/Mason/Cache/BaseCache.pm        |    4 +-
 lib/HTML/Mason/Compiler.pm               |   13 ++---
 lib/HTML/Mason/Compiler/ToObject.pm      |   15 +++++-
 lib/HTML/Mason/Component.pm              |    4 +-
 lib/HTML/Mason/Component/FileBased.pm    |    4 +-
 lib/HTML/Mason/Component/Subcomponent.pm |    4 +-
 lib/HTML/Mason/ComponentSource.pm        |    4 +-
 lib/HTML/Mason/Devel.pod                 |    2 +-
 lib/HTML/Mason/Escapes.pm                |    4 +-
 lib/HTML/Mason/Exceptions.pm             |    2 +-
 lib/HTML/Mason/FAQ.pod                   |    2 +-
 lib/HTML/Mason/FakeApache.pm             |    8 +--
 lib/HTML/Mason/Handler.pm                |    2 +-
 lib/HTML/Mason/Interp.pm                 |    6 +--
 lib/HTML/Mason/Lexer.pm                  |    4 +-
 lib/HTML/Mason/MethodMaker.pm            |    4 +-
 lib/HTML/Mason/Params.pod                |   23 +++++++-
 lib/HTML/Mason/Parser.pm                 |    2 +-
 lib/HTML/Mason/Plugin.pm                 |    4 +-
 lib/HTML/Mason/Plugin/Context.pm         |   12 ++---
 lib/HTML/Mason/Request.pm                |    8 +--
 lib/HTML/Mason/Resolver.pm               |    4 +-
 lib/HTML/Mason/Resolver/File.pm          |    4 +-
 lib/HTML/Mason/Resolver/Null.pm          |    4 +-
 lib/HTML/Mason/Subclassing.pod           |    2 +-
 lib/HTML/Mason/Tests.pm                  |    4 +-
 lib/HTML/Mason/Tools.pm                  |    4 +-
 lib/HTML/Mason/Utils.pm                  |    4 +-
 t/01-syntax.t                            |    3 +-
 t/01a-comp-calls.t                       |    4 +-
 t/02-sections.t                          |    4 +-
 t/02a-filter.t                           |    4 +-
 t/04-misc.t                              |    3 +-
 t/05-request.t                           |    4 +-
 t/05a-stack-corruption.t                 |    4 +-
 t/06-compiler.t                          |   85 +++++++++++++++++++++++++++---
 t/06a-compiler_obj.t                     |    4 +-
 t/06b-compiler-named-subs.t              |    3 +-
 t/06c-compiler-spaces-path.t             |    3 +-
 t/07-interp.t                            |   22 ++++++--
 t/07a-interp-mcr.t                       |    2 +-
 t/07b-interp-static-source.t             |    2 +-
 t/09-component.t                         |    4 +-
 t/09a-comp_content.t                     |    3 +-
 t/10-cache.t                             |    3 +-
 t/10a-cache-1.0x.t                       |    2 +-
 t/10b-cache-chi.t                        |    3 +-
 t/11-inherit.t                           |    3 +-
 t/12-taint.t                             |    4 +-
 t/13-errors.t                            |    3 +-
 t/14-cgi.t                               |    4 +-
 t/14a-fake_apache.t                      |    4 +-
 t/15-subclass.t                          |    3 +-
 t/18-leak.t                              |    5 +-
 t/19-subrequest.t                        |    4 +-
 t/20-plugins.t                           |    4 +-
 t/21-escapes.t                           |    3 +-
 t/22-path-security.t                     |    3 +-
 t/23-leak2.t                             |    3 +-
 t/24-tools.t                             |    3 +-
 t/25-flush-in-content.t                  |    3 +-
 t/25-log.t                               |    2 +-
 t/99-pod.t                               |    2 +-
 76 files changed, 338 insertions(+), 182 deletions(-)

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



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