[libpandoc-elements-perl] 01/11: Merge tag 'upstream/0.33'
Jonas Smedegaard
dr at jones.dk
Fri Mar 31 11:16:03 UTC 2017
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository libpandoc-elements-perl.
commit 8f6af84a0824fa545492ad776c2c9d00b036b561
Merge: bfcb1d8 3d24e82
Author: Jonas Smedegaard <dr at jones.dk>
Date: Fri Mar 31 10:11:01 2017 +0200
Merge tag 'upstream/0.33'
Upstream version 0.33
# gpg: Signature made Fri Mar 31 10:10:51 2017 CEST
# gpg: using RSA key 2C7C3146C1A00121
# gpg: Good signature from "Jonas Smedegaard <dr at jones.dk>"
# gpg: aka "Jonas Smedegaard <jonas at homebase.dk>"
# gpg: aka "Jonas Smedegaard <js at debian.org>"
# gpg: aka "[jpeg image of size 4165]"
Build.PL | 6 +-
Changes | 41 ++
MANIFEST | 35 +-
META.json | 11 +-
META.yml | 9 +-
README | 683 ++++++++++++++++---------
cpanfile | 5 +-
examples/ditaa.pl | 29 ++
examples/graphviz.pl | 53 +-
examples/section.pl | 51 ++
lib/Pandoc/Document/Element.pm | 111 +++++
lib/Pandoc/Elements.pm | 888 +++++++++++++++++++++++----------
lib/Pandoc/Filter.pm | 78 +--
lib/Pandoc/Filter/HeaderIdentifiers.pm | 144 ++++++
lib/Pandoc/Filter/ImagesFromCode.pm | 139 ++++++
lib/Pandoc/Filter/Lazy.pm | 114 -----
lib/Pandoc/Filter/Multifilter.pm | 80 ++-
lib/Pandoc/Filter/Usage.pm | 83 +--
lib/Pandoc/Metadata.pm | 173 +++++++
lib/Pandoc/Walker.pm | 58 ++-
lib/Pod/Simple/Pandoc.pm | 432 ----------------
script/multifilter | 7 +-
script/pandocwalk | 67 ---
script/pod2pandoc | 100 ----
t/accessors.t | 10 +-
t/ast.t | 9 +-
t/attributes.t | 8 +-
t/document-pandoc-version.t | 36 ++
t/document.t | 113 +++++
t/documents/outline.md | 31 ++
t/filter.t | 1 -
t/header-identifiers.t | 36 ++
t/invalid-version-from-env.t | 11 +
t/lazy.t | 45 --
t/lineblock.t | 38 ++
t/linkage-setters.t | 23 +
t/metadata.t | 39 +-
t/multifilter.t | 29 +-
t/outline.t | 72 +++
t/pandoc-metadata.t | 22 +
t/pandoc-version.t | 20 +
t/pandoc_filter.t | 4 +-
t/pandocwalk.t | 32 --
t/pod-simple-pandoc.t | 31 --
t/{soft_break.t => softbreak.t} | 0
t/stringify.t | 2 +
t/synopsis.t | 53 +-
t/to_pandoc.t | 32 ++
xt/Makefile | 2 +
xt/README.md | 14 +
xt/get-pandoc-releases.pl | 8 +
xt/lib/Pandoc/Releases.pm | 70 +++
xt/pod2pandoc.pl | 16 +
xt/prove | 28 ++
xt/versions.t | 12 +
55 files changed, 2590 insertions(+), 1654 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libpandoc-elements-perl.git
More information about the Pkg-perl-cvs-commits
mailing list