[libpod-weaver-perl] 01/08: Merge tag 'upstream/4.012'

Florian Schlichting fsfs at moszumanska.debian.org
Mon Aug 17 11:07:38 UTC 2015


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

fsfs pushed a commit to branch master
in repository libpod-weaver-perl.

commit 60b1280b6f3b6effe4fbf1d52fdbffa17f82eaf4
Merge: 5d761cd 135a8ad
Author: Florian Schlichting <fsfs at debian.org>
Date:   Mon Aug 17 12:34:15 2015 +0200

    Merge tag 'upstream/4.012'
    
    Upstream version 4.012

 Changes                                  |  23 +++
 LICENSE                                  |   8 +-
 MANIFEST                                 |   5 +-
 META.json                                | 286 +++++++++++++++++++--------
 META.yml                                 | 326 ++++++++++++++++++++-----------
 Makefile.PL                              |  24 ++-
 README                                   |   6 +-
 lib/Pod/Weaver.pm                        | 198 ++++++++++++++++---
 lib/Pod/Weaver/Config.pm                 |  26 ++-
 lib/Pod/Weaver/Config/Assembler.pm       |  14 +-
 lib/Pod/Weaver/Config/Finder.pm          |  13 +-
 lib/Pod/Weaver/Plugin/EnsurePod5.pm      |  27 +--
 lib/Pod/Weaver/Plugin/H1Nester.pm        |  20 +-
 lib/Pod/Weaver/Plugin/SingleEncoding.pm  |  32 ++-
 lib/Pod/Weaver/Plugin/Transformer.pm     |  31 ++-
 lib/Pod/Weaver/PluginBundle/CorePrep.pm  |   9 +-
 lib/Pod/Weaver/PluginBundle/Default.pm   |  47 ++++-
 lib/Pod/Weaver/Role/Dialect.pm           |  21 +-
 lib/Pod/Weaver/Role/Finalizer.pm         |  22 ++-
 lib/Pod/Weaver/Role/Plugin.pm            |  26 ++-
 lib/Pod/Weaver/Role/Preparer.pm          |  21 +-
 lib/Pod/Weaver/Role/Section.pm           |  24 ++-
 lib/Pod/Weaver/Role/StringFromComment.pm |  52 ++++-
 lib/Pod/Weaver/Role/Transformer.pm       |  21 +-
 lib/Pod/Weaver/Section/Authors.pm        |  63 ++++--
 lib/Pod/Weaver/Section/Bugs.pm           |  79 ++++++--
 lib/Pod/Weaver/Section/Collect.pm        |  98 +++++++---
 lib/Pod/Weaver/Section/Generic.pm        |  66 +++++--
 lib/Pod/Weaver/Section/Leftovers.pm      |  30 +--
 lib/Pod/Weaver/Section/Legal.pm          |  62 ++++--
 lib/Pod/Weaver/Section/Name.pm           |  63 ++++--
 lib/Pod/Weaver/Section/Region.pm         | 124 ++++++++++--
 lib/Pod/Weaver/Section/Version.pm        | 121 ++++++++++--
 t/00-report-prereqs.dd                   |  68 +++++++
 t/00-report-prereqs.t                    | 183 +++++++++++++++++
 t/000-report-versions-tiny.t             | 110 -----------
 t/basic.t                                |   3 +-
 t/eg/basic.in.pod                        |   4 +
 t/eg/basic.out.pod                       |   2 +
 t/eg/encoding.out.pod                    |   2 +-
 t/encoding.t                             |   5 +-
 t/ini-config.t                           |   6 +-
 t/legal_section.t                        |   1 -
 t/region_options.t                       |   3 +-
 t/required_region.t                      |   1 -
 t/required_section.t                     |   1 -
 t/version_options.t                      |   1 -
 t/version_without_package.t              |   1 -
 xt/release/changes_has_content.t         |   2 +-
 xt/release/pod-syntax.t                  |   4 +-
 50 files changed, 1755 insertions(+), 630 deletions(-)

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



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