[libpandoc-elements-perl] branch master updated (bfcb1d8 -> 66cbec4)
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 change to branch master
in repository libpandoc-elements-perl.
from bfcb1d8 Prepare for release: Update changelog, control file, and copyright hints.
adds 04ecf12 Improve pod2pandoc script
adds 23d8559 Use module Pandoc
adds 364b00b Rename Pandoc::Filter::Usage::frompod to ::pod2usage
adds ea188e7 Simplify multifilter
adds a141239 Add example filter: section
adds 8da05b4 0.25
adds c91a6c3 0.25
adds 7b32f6a Started to replace mddia
adds 54cbeae Extend creation of images from code
adds 37021ce Improve documentation and deprecate method classes
adds d549ca0 Add pandoc_query alias (undocumented)
adds 3c07ae0 Support skipping traversal
adds 17d795f Add Pandoc::Filter::HeaderIdentifiers
adds 2364fdd Mark pandocwalk and Pandoc::Filter::Lazy as deprecated
adds 8ad69eb Extend Pod::Simple::Pandoc by options
adds 6a80cb7 Upgrade travis to trusty with pandoc 1.12.2.1
adds 77f7c91 Extend documentation
adds b50d17c Remove test of deprecated pandocwalk
adds 67ffcfe 0.26
adds 0028422 Add function pandoc_version
adds 675c7cb Add LineBlock element
adds febcb1e Change internal Document structure to Pandoc 1.18
adds 82000e6 Refer to other libraries
adds 1f82e49 Add tests for Document() and pandoc_json()
adds c494f9b Set default old-style api version to 1.16
adds c7aff70 Simplify pandoc_json method
adds 82ee36d Keep PANDOC_VERSION precede pandoc-api-version
adds 8cd7f05 Add utility script to test against all releases
adds 7345845 0.27
adds 858c4f3 0.27
adds d4b1590 Refactor author tests with all releases
adds dc54099 Refactor to fix pod2pandoc
adds ebdbdc7 serious typo at Elements.pm L 638
adds ef77c17 Merge pull request #63 from bpj/bpj-typo-elements-l638
adds 1e75cb5 0.28
adds 7ff2f33 0.28
adds 0e8542b Require Perl 5.10.1
adds 9a788bb Skip travis test with Perl 5.12 (#64)
adds 1c1cb72 Add document method outline
adds 103f1c3 Add block method null (undocumented)
adds c3ccd01 Add document method: to_pandoc
adds 82debf0 make Link/Image url/title methods setters as well as getters
adds bf36dc9 Merge pull request #68 from bpj/target-setters
adds 8210c4a Add Code Climate issue badge
adds 0f2fbd9 Add document methods to_... (#48)
adds 49c2877 Stringify CodeBlock also (#67)
adds 16149c5 Improve deprecation warning for ->classes (#66)
adds 4b14867 Omit broken Pandoc 1.17 release
adds a586e24 Fix metavalue for MetaBlocks
adds eb49b8d 0.29
adds 39a16b3 0.29
adds dcf3dc0 Extend document method metavalues
adds 85c9ae5 Move creation of title metavalue into Pod::Simple::Pandoc
adds 3e4b202 Fix and extend method to_pandoc
adds c6ffa90 Prepare for newer Pandoc releases
adds 196b200 Extend tests with multiple Pandoc releases
adds 41c8ebc 0.30
adds 7c90ea4 0.30
adds 7345a62 Remove deprecated module and script
adds feb0f0c Move parts to Pod::Pandoc
adds 077e419 0.31
adds 1eb5619 0.31
adds f424216 Deprecate Pandoc::Filter::Usage and remove circular dependency
adds b5c6ede 0.32
adds 964227e $document->to_pandoc and friends didn't work as described
adds 01c06cd Extend and document document metadata handling (#10)
adds 97c5f01 0.33
adds 266a58f 0.33
adds 3d24e82 New upstream version 0.33
new 8f6af84 Merge tag 'upstream/0.33'
new ec434c9 (Build-)depend on libpandoc-wrapper-perl.
new 8aa9007 Build-depend on libtest-deep-perl.
new 44178b3 Mention inclusion of pandoc filter multifilter in long description.
new 6f12922 Refactor to limit use of CDBS. Stop build-depend on cdbs or licensecheck.
new 2cfd81b Avoid install empty manpage.
new 21c18ed Fix install README.
new a4f530e Stop build-depend on dh-buildinfo.
new 896dad3 Stop recommend pandoc.
new d797613 Skip testsuite build-dependencies for stage1 builds.
new 66cbec4 Prepare for release: Update changelog and copyright hints.
The 11 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:
Build.PL | 6 +-
Changes | 41 ++
MANIFEST | 35 +-
META.json | 11 +-
META.yml | 9 +-
README | 683 +++++++++++++++---------
cpanfile | 5 +-
debian/README.source | 11 -
debian/changelog | 18 +
debian/control | 32 +-
debian/control.in | 23 -
debian/copyright-check | 24 +
debian/copyright_hints | 49 +-
debian/libpandoc-elements-perl.docs | 1 +
debian/libpandoc-elements-perl.examples | 1 +
debian/rules | 25 +-
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 +
64 files changed, 2694 insertions(+), 1734 deletions(-)
delete mode 100644 debian/README.source
delete mode 100644 debian/control.in
create mode 100755 debian/copyright-check
create mode 100644 debian/libpandoc-elements-perl.docs
create mode 100644 debian/libpandoc-elements-perl.examples
create mode 100644 examples/ditaa.pl
create mode 100644 examples/section.pl
create mode 100644 lib/Pandoc/Document/Element.pm
create mode 100644 lib/Pandoc/Filter/HeaderIdentifiers.pm
create mode 100644 lib/Pandoc/Filter/ImagesFromCode.pm
delete mode 100644 lib/Pandoc/Filter/Lazy.pm
create mode 100644 lib/Pandoc/Metadata.pm
delete mode 100644 lib/Pod/Simple/Pandoc.pm
delete mode 100755 script/pandocwalk
delete mode 100755 script/pod2pandoc
create mode 100644 t/document-pandoc-version.t
create mode 100644 t/document.t
create mode 100644 t/documents/outline.md
create mode 100644 t/header-identifiers.t
create mode 100644 t/invalid-version-from-env.t
delete mode 100644 t/lazy.t
create mode 100644 t/lineblock.t
create mode 100644 t/linkage-setters.t
create mode 100644 t/outline.t
create mode 100644 t/pandoc-metadata.t
create mode 100644 t/pandoc-version.t
delete mode 100644 t/pandocwalk.t
delete mode 100644 t/pod-simple-pandoc.t
rename t/{soft_break.t => softbreak.t} (100%)
create mode 100644 t/to_pandoc.t
create mode 100644 xt/Makefile
create mode 100644 xt/README.md
create mode 100755 xt/get-pandoc-releases.pl
create mode 100644 xt/lib/Pandoc/Releases.pm
create mode 100644 xt/pod2pandoc.pl
create mode 100755 xt/prove
create mode 100644 xt/versions.t
--
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