[libpod-weaver-perl] branch master updated (45f11d4 -> 501af56)

Florian Schlichting fsfs at moszumanska.debian.org
Tue Nov 26 20:30:44 UTC 2013


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  45f11d4   changelog for 3.101640-1
      adds  8a93910   Imported Upstream version 4.004
       new  8ae8aef   Merge tag 'upstream/4.004'
       new  5d4e3c3   Import Upstream version 4.004
       new  59a36d6   Add (build-)dependency on Mixin::Linewise::Readers 0.102, drop Capture::Tiny
       new  e4b58f8   remove dh_builddeb -- -Zxz from debian/rules, xz compression is now the default
       new  0158c2e   Declare compliance with Debian Policy 3.9.5
       new  501af56   prepare changelog for release

The 6 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                                            |  25 +++++
 MANIFEST                                           |   9 +-
 META.json                                          | 120 +++++++++++----------
 META.yml                                           | 108 ++++++++++---------
 Makefile.PL                                        |  78 +++++++++-----
 README                                             |   2 +-
 debian/changelog                                   |  13 +++
 debian/control                                     |   5 +-
 debian/rules                                       |   3 -
 dist.ini                                           |   1 +
 lib/Pod/Weaver.pm                                  |   4 +-
 lib/Pod/Weaver/Config.pm                           |   4 +-
 lib/Pod/Weaver/Config/Assembler.pm                 |   4 +-
 lib/Pod/Weaver/Config/Finder.pm                    |   4 +-
 lib/Pod/Weaver/Plugin/EnsurePod5.pm                |   4 +-
 lib/Pod/Weaver/Plugin/H1Nester.pm                  |   4 +-
 lib/Pod/Weaver/Plugin/SingleEncoding.pm            | 120 +++++++++++++++++++++
 lib/Pod/Weaver/Plugin/Transformer.pm               |   4 +-
 lib/Pod/Weaver/PluginBundle/CorePrep.pm            |   4 +-
 lib/Pod/Weaver/PluginBundle/Default.pm             |  13 ++-
 lib/Pod/Weaver/Role/Dialect.pm                     |   4 +-
 lib/Pod/Weaver/Role/Finalizer.pm                   |   4 +-
 lib/Pod/Weaver/Role/Plugin.pm                      |   4 +-
 lib/Pod/Weaver/Role/Preparer.pm                    |   4 +-
 lib/Pod/Weaver/Role/Section.pm                     |   4 +-
 lib/Pod/Weaver/Role/StringFromComment.pm           |  97 +++++++++++++++++
 lib/Pod/Weaver/Role/Transformer.pm                 |   4 +-
 lib/Pod/Weaver/Section/Authors.pm                  |   4 +-
 lib/Pod/Weaver/Section/Bugs.pm                     |   4 +-
 lib/Pod/Weaver/Section/Collect.pm                  |   4 +-
 lib/Pod/Weaver/Section/Generic.pm                  |   4 +-
 lib/Pod/Weaver/Section/Leftovers.pm                |  10 +-
 lib/Pod/Weaver/Section/Legal.pm                    |   8 +-
 lib/Pod/Weaver/Section/Name.pm                     |  34 +-----
 lib/Pod/Weaver/Section/Region.pm                   |   4 +-
 lib/Pod/Weaver/Section/Version.pm                  | 102 +++++++++++++++---
 t/00-compile.t                                     |  62 -----------
 t/000-report-versions-tiny.t                       |   8 +-
 t/basic.t                                          |  31 +++---
 t/eg/basic.out.pod                                 |   2 +
 t/eg/{basic.in.pod => encoding.in.pod}             |   8 +-
 t/eg/{basic.out.pod => encoding.out.pod}           |   6 +-
 t/eg/legal_t2.out.pod                              |   2 +-
 ...version_t1.out.pod => version_t6-trial.out.pod} |   7 +-
 t/eg/{legal_t1.in.pod => version_t6.in.pod}        |   0
 t/eg/{version_t1.out.pod => version_t6.out.pod}    |   5 +-
 t/eg/version_without_package.out.pod               |   2 +-
 t/eg/weaver.ini                                    |   1 +
 t/{basic.t => encoding.t}                          |  41 ++-----
 t/ini-config.t                                     |  31 +++---
 t/legal_section.t                                  |   4 +-
 t/region_options.t                                 |   4 +-
 t/required_region.t                                |   2 +-
 t/required_section.t                               |   2 +-
 t/version_options.t                                |  65 +++++++++--
 t/version_without_package.t                        |   8 +-
 xt/release/changes_has_content.t                   |   2 +-
 57 files changed, 722 insertions(+), 395 deletions(-)
 create mode 100644 lib/Pod/Weaver/Plugin/SingleEncoding.pm
 create mode 100644 lib/Pod/Weaver/Role/StringFromComment.pm
 delete mode 100644 t/00-compile.t
 copy t/eg/{basic.in.pod => encoding.in.pod} (83%)
 copy t/eg/{basic.out.pod => encoding.out.pod} (92%)
 copy t/eg/{version_t1.out.pod => version_t6-trial.out.pod} (85%)
 copy t/eg/{legal_t1.in.pod => version_t6.in.pod} (100%)
 copy t/eg/{version_t1.out.pod => version_t6.out.pod} (91%)
 copy t/{basic.t => encoding.t} (50%)

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