[libpod-markdown-perl] branch master updated (90a9292 -> 60b347b)

Florian Schlichting fsfs at moszumanska.debian.org
Wed Mar 5 21:29:18 UTC 2014


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

fsfs pushed a change to branch master
in repository libpod-markdown-perl.

      from  90a9292   update changelog
      adds  5f11799   Imported Upstream version 2.000000
       new  f58f72a   Merge tag 'upstream/2.000000'
       new  cf4908a   Import Upstream version 2.000000
       new  82181e9   Switch dependencies from Pod::Parser 1.51 to Pod::Simple 3.14
       new  ac8f283   Bump years of packaging copyright
       new  60b347b   update changelog for release

The 5 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                          |  27 ++
 MANIFEST                         |   6 +
 META.json                        | 198 +++++----
 META.yml                         | 283 +++++++------
 Makefile.PL                      |  23 +-
 README                           |   4 +-
 bin/pod2markdown                 |   6 +-
 corpus/tinypod.txt               |   5 +
 debian/changelog                 |  10 +-
 debian/control                   |   7 +-
 debian/copyright                 |   2 +-
 dist.ini                         |   4 -
 lib/Pod/Markdown.pm              | 892 ++++++++++++++++++++++++++-------------
 t/00-compile.t                   |   7 +-
 t/00-report-prereqs.t            | 153 ++++---
 t/back-compat.t                  |  63 +++
 t/basic.t                        |   5 +-
 t/codes.t                        |  41 +-
 t/formats.t                      | 160 +++++++
 t/lib/MarkdownTests.pm           |  89 ++++
 t/links.t                        |  78 ++--
 t/lists.t                        |  41 +-
 t/meta.t                         |  46 +-
 t/misc.t                         |  65 ++-
 t/nested.t                       | 146 +++++++
 t/new.t                          |   4 +-
 t/pod2markdown.t                 |   5 +-
 t/verbatim.t                     |  13 +-
 xt/author/pod-spell.t            |   2 +-
 xt/author/test-eol.t             |   2 +-
 xt/release/changes_has_content.t |   2 +-
 xt/release/distmeta.t            |   1 +
 xt/release/no-tabs.t             |   2 +-
 xt/release/pod-coverage.t        |   1 +
 xt/release/pod-syntax.t          |   1 +
 35 files changed, 1701 insertions(+), 693 deletions(-)
 create mode 100644 corpus/tinypod.txt
 create mode 100644 t/back-compat.t
 create mode 100644 t/formats.t
 create mode 100644 t/lib/MarkdownTests.pm
 create mode 100644 t/nested.t

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



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