[libpod-weaver-perl] branch master updated (5d761cd -> ce665dd)

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 change to branch master
in repository libpod-weaver-perl.

      from  5d761cd   update changelog
      adds  3c015cb   standardize on autoclean, no "no Moose..."
      adds  ed1dd0d   v4.007
      adds  fe6d70f   Fix an UTF-8 issue in ABSTRACT and PODNAME. close #23
      adds  10f1d88   comment for future maintainers
      adds  0594f7a   Explain Section::Region naming, nonpod, and flattening
      adds  03d01f7   v4.008
      adds  90bbe88   try to reuse existing paragraphs as container for Collect commands
      adds  7db3945   v4.009
      adds  8baa037   remove all uses of Moose::Autobox
      adds  d62c6f8   v4.010
      adds  df7f755   Add header attribute to sections.
      adds  5a98937   Always use Authors header.
      adds  bb4d43b   comment for the future
      adds  abfd038   changelog!
      adds  3a49a76   v4.011
      adds  406a1a3   keep long tokens rather than breaking them
      adds  bb94894   v4.012
      adds  135a8ad   Imported Upstream version 4.012
       new  60b1280   Merge tag 'upstream/4.012'
       new  b644432   Update debian/changelog
       new  b9437c9   Add upstream metadata
       new  93217d8   Drop dependency on Moose::Autobox
       new  7292b76   Bump copyright years
       new  e8fa4db   Declare compliance with Debian Policy 3.9.6
       new  d331ec9   Mark package autopkgtest-able
       new  ce665dd   prepare changelog for release

The 8 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 +++
 LICENSE                                  |   8 +-
 MANIFEST                                 |   5 +-
 META.json                                | 286 +++++++++++++++++++--------
 META.yml                                 | 326 ++++++++++++++++++++-----------
 Makefile.PL                              |  24 ++-
 README                                   |   6 +-
 debian/changelog                         |  12 +-
 debian/control                           |   5 +-
 debian/copyright                         |   4 +-
 debian/upstream/metadata                 |   7 +
 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 +-
 54 files changed, 1776 insertions(+), 637 deletions(-)
 create mode 100644 debian/upstream/metadata
 create mode 100644 t/00-report-prereqs.dd
 create mode 100644 t/00-report-prereqs.t
 delete mode 100644 t/000-report-versions-tiny.t

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