[libpod-readme-perl] 03/14: Merge tag 'upstream/1.1.2'

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Sun Jul 26 21:50:06 UTC 2015


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

kanashiro-guest pushed a commit to branch master
in repository libpod-readme-perl.

commit cd651f47a1f2a583133e65a8e381645a1c981e76
Merge: 00d2797 4a7197d
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Sun Jul 26 17:45:03 2015 -0300

    Merge tag 'upstream/1.1.2'
    
    Upstream version 1.1.2
    
    # gpg: Signature made Sun 26 Jul 2015 05:44:02 PM BRT using RSA key ID 9883C97C
    # gpg: Good signature from "Lucas Kanashiro <kanashiro.duarte at gmail.com>"

 Changes                              | 381 +++++++++++---
 MANIFEST                             |  50 +-
 MANIFEST.SKIP                        |  38 ++
 META.yml                             |  89 +++-
 Makefile.PL                          | 116 ++++-
 README                               |  64 ---
 README.pod                           | 165 +++++++
 bin/pod2readme                       | 255 +++++++---
 inc/Module/AutoInstall.pm            | 934 +++++++++++++++++++++++++++++++++++
 inc/Module/Install.pm                | 470 ++++++++++++++++++
 inc/Module/Install/AuthorRequires.pm |  38 ++
 inc/Module/Install/AuthorTests.pm    |  59 +++
 inc/Module/Install/AutoInstall.pm    |  93 ++++
 inc/Module/Install/Base.pm           |  83 ++++
 inc/Module/Install/Can.pm            | 154 ++++++
 inc/Module/Install/Fetch.pm          |  93 ++++
 inc/Module/Install/Include.pm        |  34 ++
 inc/Module/Install/Makefile.pm       | 418 ++++++++++++++++
 inc/Module/Install/Metadata.pm       | 722 +++++++++++++++++++++++++++
 inc/Module/Install/Scripts.pm        |  29 ++
 inc/Module/Install/Win32.pm          |  64 +++
 inc/Module/Install/WriteAll.pm       |  63 +++
 lib/Pod/Readme.pm                    | 713 +++++++++++++-------------
 lib/Pod/Readme/Filter.pm             | 443 +++++++++++++++++
 lib/Pod/Readme/Plugin.pm             | 355 +++++++++++++
 lib/Pod/Readme/Plugin/changes.pm     | 177 +++++++
 lib/Pod/Readme/Plugin/requires.pm    | 229 +++++++++
 lib/Pod/Readme/Plugin/version.pm     | 121 +++++
 lib/Pod/Readme/Types.pm              | 195 ++++++++
 t/10-basic.t                         | 126 -----
 t/10-pod-readme-filter.t             | 217 ++++++++
 t/20-pod-readme.t                    | 127 +++++
 t/90-fileport.t                      |  12 -
 t/90-pod.t                           |  16 -
 t/90-podcover.t                      |  16 -
 t/data/META-1.yml                    |  45 ++
 t/data/README-1.pod                  |  11 +
 t/data/README.txt                    |  12 +
 t/lib/Pod/Readme/Plugin/noop.pm      |  54 ++
 t/lib/Pod/Readme/Test.pm             |  29 ++
 t/lib/Pod/Readme/Test/Kit.pm         |  21 +
 t/plugins/changes.t                  |  47 ++
 t/plugins/requires.t                 |  85 ++++
 t/plugins/version.t                  |  55 +++
 44 files changed, 6730 insertions(+), 788 deletions(-)

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



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