[libhtml-mason-perl] 01/04: Merge tag 'upstream/1.52'

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


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

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

commit b45416f7266c2d667d37dd743a44f3bbce5b92c0
Merge: 4ed4b80 c82dda8
Author: Xavier Guimard <x.guimard at free.fr>
Date:   Sat Oct 12 07:01:12 2013 +0200

    Merge tag 'upstream/1.52'
    
    Upstream version 1.52

 Changes                                  |   23 ++++++++
 META.json                                |    4 +-
 META.yml                                 |    4 +-
 Makefile.PL                              |   22 ++++++--
 README                                   |    2 +-
 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 +-
 73 files changed, 295 insertions(+), 152 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