[libhtml-mason-perl] branch master updated (f3221ab -> 85ac88a)

Florian Schlichting fsfs at moszumanska.debian.org
Tue Aug 18 20:04:07 UTC 2015


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

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

      from  f3221ab   releasing package libhtml-mason-perl version 1:1.54-2
       new  ca649e5   fix $VERSION handling; use /var/cache/mason as default data_dir
       new  a0fe19b   mimic mod_perl behaviour in HTML::Mason::CGIHandler
       new  f2b4ee2   Ask CGI to not warn about param() in list context.
       new  2845edf   Convert packaging to git-debcherry
       new  8c4925a   Add debian/upstream/metadata
       new  63354de   Update debian/changelog
      adds  e24dc5e   Imported Upstream version 1.56
       new  bb711e0   Merge tag 'upstream/1.56'
       new  73175a5   Update debian/changelog
       new  351a106   update upstream metadata
       new  2d0dba7   Update copyright years
       new  700ccf8   Let debcherry refresh patches, drop 03_cgi_param_disable_list_context_warning.patch (applied upstream)
       new  3257375   Drop README from docs
       new  4a77b16   update changelog for release
       new  c0072de   Fix "manpage-has-bad-whatis-entry" lintian warning
       new  1f6ae56   export manpage-has-bad-whatis-entry.patch
       new  85ac88a   update changelog

The 16 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                                            |  20 +-
 INSTALL                                            |   1 -
 LICENSE                                            |   8 +-
 MANIFEST                                           |  35 +-
 META.json                                          | 536 ++++++++++++++++++++-
 META.yml                                           | 426 +++++++++++++++-
 Makefile.PL                                        |  61 ++-
 README                                             | 188 --------
 lib/HTML/Mason.pm => README.md                     | 126 ++---
 bin/convert0.6.pl                                  | 170 ++++---
 bin/convert0.8.pl                                  | 235 ++++-----
 bin/mason.pl                                       |  75 +--
 cpanfile                                           |  31 ++
 debian/README.source                               |  11 +
 debian/changelog                                   |  13 +
 debian/copyright                                   |   6 +-
 debian/libhtml-mason-perl.docs                     |   1 -
 debian/patches/01_apachehandler.patch              |  22 +-
 debian/patches/02_cgihandler.patch                 |  15 +-
 ...03_cgi_param_disable_list_context_warning.patch |  39 --
 debian/patches/manpage-has-bad-whatis-entry.patch  |  25 +
 debian/patches/series                              |   3 +-
 debian/upstream/metadata                           |   9 +
 dist.ini                                           |  47 ++
 inc/Pod/Weaver/Section/SeeAlsoMason.pm             |  40 ++
 lib/HTML/Mason.pm                                  |  67 ++-
 lib/HTML/Mason/Admin.pod                           |  39 --
 lib/HTML/Mason/Apache/Request.pm                   |   5 +-
 lib/HTML/Mason/ApacheHandler.pm                    |  53 +-
 lib/HTML/Mason/CGIHandler.pm                       |  58 +--
 lib/HTML/Mason/Cache/BaseCache.pm                  |  39 +-
 lib/HTML/Mason/Compiler.pm                         |  40 +-
 lib/HTML/Mason/Compiler/ToObject.pm                |  40 +-
 lib/HTML/Mason/Component.pm                        |  40 +-
 lib/HTML/Mason/Component/FileBased.pm              |  40 +-
 lib/HTML/Mason/Component/Subcomponent.pm           |  40 +-
 lib/HTML/Mason/ComponentSource.pm                  |  48 +-
 lib/HTML/Mason/Devel.pod                           |  47 +-
 lib/HTML/Mason/Escapes.pm                          |  40 +-
 lib/HTML/Mason/Exceptions.pm                       |  47 +-
 lib/HTML/Mason/FAQ.pod                             | 116 ++---
 lib/HTML/Mason/FakeApache.pm                       |  49 +-
 lib/HTML/Mason/Handler.pm                          |   5 +-
 lib/HTML/Mason/Interp.pm                           |  40 +-
 lib/HTML/Mason/Lexer.pm                            |  40 +-
 lib/HTML/Mason/MethodMaker.pm                      |  40 +-
 lib/HTML/Mason/Params.pod                          | 228 +++++++--
 lib/HTML/Mason/Parser.pm                           |  33 --
 lib/HTML/Mason/Plugin.pm                           |  72 +--
 lib/HTML/Mason/Plugin/Context.pm                   |  55 +--
 lib/HTML/Mason/Request.pm                          |  51 +-
 lib/HTML/Mason/Resolver.pm                         |  42 +-
 lib/HTML/Mason/Resolver/File.pm                    |  40 +-
 lib/HTML/Mason/Resolver/Null.pm                    |  42 +-
 lib/HTML/Mason/Subclassing.pod                     |  37 --
 lib/HTML/Mason/Tests.pm                            |  40 +-
 lib/HTML/Mason/Tools.pm                            |  40 +-
 lib/HTML/Mason/Utils.pm                            |  42 +-
 {t/author-live => live-tests/live}/CGIHandler.t    |   8 -
 {t/author-live => live-tests/live}/apache-filter.t |   8 -
 .../live}/cgi-no-handler.t                         |   8 -
 .../live}/cgi-with-handler.t                       |   8 -
 .../live}/libapreq-no-handler.t                    |   8 -
 .../live}/libapreq-with-handler.t                  |   8 -
 {t/author-live => live-tests/live}/multi-conf.t    |   8 -
 {t/author-live => live-tests/live}/no-config.t     |   8 -
 .../live}/set-content-type.t                       |   8 -
 .../live}/single-level-server-root.t               |   8 -
 {t/author-live => live-tests/live}/taint.t         |   8 -
 t/00-report-prereqs.dd                             |  41 ++
 t/00-report-prereqs.t                              | 176 +++++++
 t/14-cgi.t                                         |   2 +-
 t/99-pod.t                                         |  11 -
 t/author-no-tabs.t                                 | 107 ++++
 t/author-pod-spell.t                               | 265 ++++++++++
 t/release-pod-syntax.t                             |  14 +
 tidyall.ini                                        |   0
 weaver.ini                                         |  10 +
 78 files changed, 2488 insertions(+), 2024 deletions(-)
 delete mode 100644 README
 copy lib/HTML/Mason.pm => README.md (69%)
 create mode 100644 cpanfile
 create mode 100644 debian/README.source
 delete mode 100644 debian/patches/03_cgi_param_disable_list_context_warning.patch
 create mode 100644 debian/patches/manpage-has-bad-whatis-entry.patch
 create mode 100644 debian/upstream/metadata
 create mode 100644 dist.ini
 create mode 100644 inc/Pod/Weaver/Section/SeeAlsoMason.pm
 rename {t/author-live => live-tests/live}/CGIHandler.t (62%)
 rename {t/author-live => live-tests/live}/apache-filter.t (68%)
 rename {t/author-live => live-tests/live}/cgi-no-handler.t (65%)
 rename {t/author-live => live-tests/live}/cgi-with-handler.t (64%)
 rename {t/author-live => live-tests/live}/libapreq-no-handler.t (67%)
 rename {t/author-live => live-tests/live}/libapreq-with-handler.t (66%)
 rename {t/author-live => live-tests/live}/multi-conf.t (64%)
 rename {t/author-live => live-tests/live}/no-config.t (65%)
 rename {t/author-live => live-tests/live}/set-content-type.t (66%)
 rename {t/author-live => live-tests/live}/single-level-server-root.t (63%)
 rename {t/author-live => live-tests/live}/taint.t (61%)
 create mode 100644 t/00-report-prereqs.dd
 create mode 100644 t/00-report-prereqs.t
 delete mode 100644 t/99-pod.t
 create mode 100644 t/author-no-tabs.t
 create mode 100644 t/author-pod-spell.t
 create mode 100644 t/release-pod-syntax.t
 create mode 100644 tidyall.ini
 create mode 100644 weaver.ini

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