[libpandoc-elements-perl] branch master updated (213d68b -> f2dcacf)
Jonas Smedegaard
dr at jones.dk
Mon Dec 7 20:27:11 UTC 2015
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 213d68b Prepare for release: Update changelog and copyright hints.
adds 977a4cf Support definition of filters as hash
adds 9f0092f Add comments example
adds 6a46228 Support definition of filter as hash, also for walker
adds f325530 0.09
adds a96667c 0.09
adds e5bbaa9 Add method pandoc_walk
adds ab6d625 Provide special variable $_ to action functions
adds d137629 Add draft of pandoc-walk shell script (#13)
adds 0d248a3 Convert pandoc-walk to Perl
adds 03b5d64 Document pandoc-walk
adds a50f619 0.10
adds 2f60523 0.10
adds dffea94 Test pandoc-walk
adds 91ce7e1 0.11
adds 0cb9ea1 0.11
adds a255b98 Imported Upstream version 0.11
new c66d87f Merge tag 'upstream/0.11'
new 26b65f3 Update copyright info: Tighten licensing of packaging to GPL-3+.
new f2dcacf Prepare for release: Update changelog and copyright hints.
The 3 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 | 12 +++++
MANIFEST | 7 +++
META.json | 4 +-
META.yml | 4 +-
README | 9 ++--
debian/changelog | 16 ++++++
debian/copyright | 10 ++--
debian/copyright_hints | 7 +++
debian/rules | 2 +-
examples/caps.pl | 7 ++-
examples/comments.pl | 37 +++++++++++++
examples/deemph.pl | 27 ++++++++++
examples/deflist.pl | 6 +--
lib/Pandoc/Elements.pm | 11 ++--
lib/Pandoc/Filter.pm | 92 +++++++++++++++++++++-----------
lib/Pandoc/Walker.pm | 139 +++++++++++++++++++++++++++++++------------------
script/pandoc-walk | 73 ++++++++++++++++++++++++++
t/example.md | 3 ++
t/example.tex | 2 +
t/filter.t | 6 +--
t/outline | 7 +++
t/pandoc-walk.t | 32 ++++++++++++
t/pandoc_filter.t | 10 +++-
t/walker.t | 15 +++---
24 files changed, 422 insertions(+), 116 deletions(-)
create mode 100644 examples/comments.pl
create mode 100644 examples/deemph.pl
create mode 100755 script/pandoc-walk
create mode 100644 t/example.md
create mode 100644 t/example.tex
create mode 100755 t/outline
create mode 100644 t/pandoc-walk.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