[libpod-tree-perl] 03/14: Merge tag 'upstream/1.25'

Florian Schlichting fsfs at moszumanska.debian.org
Tue Aug 25 20:05:26 UTC 2015


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

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

commit 7dfb84c07340cc5236e3823abb63d4acf85e1268
Merge: 5469676 e862005
Author: Florian Schlichting <fsfs at debian.org>
Date:   Sat Aug 22 15:26:30 2015 +0200

    Merge tag 'upstream/1.25'
    
    Upstream version 1.25

 .perlcriticrc                |   19 +
 .perltidyrc                  |    8 +
 .tidyallrc                   |    8 +
 Changes                      |   45 ++
 MANIFEST                     |   34 +-
 META.json                    |   64 +++
 META.yml                     |   51 +-
 Makefile.PL                  |   89 +++-
 README                       |    7 +-
 lib/Pod/Tree.pm              |  463 +++++++---------
 lib/Pod/Tree/BitBucket.pm    |   11 +
 lib/Pod/Tree/HTML.pm         |  984 +++++++++++++++-------------------
 lib/Pod/Tree/HTML/LinkMap.pm |   29 +
 lib/Pod/Tree/HTML/PerlTop.pm |   38 ++
 lib/Pod/Tree/Node.pm         | 1195 +++++++++++++++++++-----------------------
 lib/Pod/Tree/PerlBin.pm      |  271 +++++-----
 lib/Pod/Tree/PerlDist.pm     |  327 ++++++------
 lib/Pod/Tree/PerlFunc.pm     |  354 ++++++-------
 lib/Pod/Tree/PerlLib.pm      |  338 ++++++------
 lib/Pod/Tree/PerlMap.pm      |   85 ++-
 lib/Pod/Tree/PerlPod.pm      |  283 +++++-----
 lib/Pod/Tree/PerlTop.pm      |  281 ++++------
 lib/Pod/Tree/PerlUtil.pm     |  127 ++---
 lib/Pod/Tree/Pod.pm          |  374 ++++++-------
 lib/Pod/Tree/StrStream.pm    |   32 ++
 lib/Pod/Tree/Stream.pm       |   41 ++
 mod2html                     |  166 +++---
 perl2html                    |   54 +-
 pods2html                    |  246 ++++-----
 podtree2html                 |   25 +-
 t/00-compile.t               |    9 +
 t/10-cut.t                   |   78 +++
 t/11-html.t                  |  227 ++++++++
 t/12-load.t                  |   79 +++
 t/13-mapper.t                |   71 +++
 t/14-option.t                |   39 ++
 t/15-pod.t                   |   36 ++
 t/16-pod2html.t              |   56 ++
 t/17-pods2html.t             |  132 +++++
 t/18-template.t              |   47 ++
 t/19-tree.t                  |   37 ++
 t/94-version.t               |   16 +
 t/95-tidyall.t               |   10 +
 t/96-perl-critic.t           |   23 +
 t/cut.t                      |  115 ----
 t/html.t                     |  268 ----------
 t/load.t                     |  118 -----
 t/mapper.t                   |  105 ----
 t/option.t                   |   66 ---
 t/pod.t                      |   65 ---
 t/pod2html.d/values.pl       |    4 +-
 t/pod2html.t                 |   67 ---
 t/pods2html.d/values.pl      |    4 +-
 t/pods2html.t                |  159 ------
 t/template.t                 |   79 ---
 t/tree.d/code.pm             |   36 +-
 t/tree.t                     |   65 ---
 57 files changed, 3803 insertions(+), 4257 deletions(-)

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



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