[libpandoc-elements-perl] 09/13: Merge tag 'upstream/0.24'

Jonas Smedegaard dr at jones.dk
Tue Jan 10 21:02:06 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 9d673ce0cf214664e069a75a3d65cf1db7d2e366
Merge: cfe466a 88ca84e
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Tue Jan 10 21:38:18 2017 +0100

    Merge tag 'upstream/0.24'
    
    Upstream version 0.24
    
    # gpg: Signature made Tue Jan 10 21:38:10 2017 CET
    # 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                               |   7 +-
 Changes                                |  41 +++
 MANIFEST                               |  18 ++
 META.json                              |  10 +-
 META.yml                               |   8 +-
 README                                 | 156 +++++++---
 cpanfile                               |   4 +
 examples/caps.pl                       |   4 +-
 examples/comments.pl                   |   4 +
 examples/deflist.pl                    |   4 +
 examples/graphviz.pl                   |  62 ++++
 examples/metavars.pl                   |  88 ++++++
 examples/myemph.pl                     |  10 +-
 examples/qids.pl                       |  28 ++
 examples/remove-unnumbered-sections.pl |  50 +++-
 examples/theorem.pl                    |   7 +-
 lib/Pandoc/Elements.pm                 | 519 +++++++++++++++++++++++++++------
 lib/Pandoc/Filter.pm                   | 175 +++++++----
 lib/Pandoc/Filter/Lazy.pm              |   2 +-
 lib/Pandoc/Filter/Multifilter.pm       | 151 ++++++++++
 lib/Pandoc/Filter/Usage.pm             |  93 ++++++
 lib/Pandoc/Walker.pm                   |   2 +-
 lib/Pod/Simple/Pandoc.pm               |   4 +-
 script/multifilter                     |  52 ++++
 t/accessors.t                          |  61 +++-
 t/attributes.t                         |  65 ++++-
 t/documents/example.json               |  15 +
 t/documents/link-image-attributes.json |  47 +++
 t/documents/link-image-oldstyle.json   |  37 +++
 t/documents/meta.json                  | 103 +++++++
 t/elements.t                           |   3 +
 t/link-image-attributes.t              |  26 ++
 t/match.t                              |   2 +-
 t/meta-blessing.t                      |  63 ++++
 t/meta-filter.t                        |  30 ++
 t/metadata.t                           |  46 +++
 t/multifilter.t                        |  80 +++++
 t/pandoc/filters/caps                  |   8 +
 t/pandoc/filters/empty.pl              |   1 +
 t/scalar-types.t                       |  29 ++
 t/soft_break.t                         |  22 ++
 t/stringify.t                          |  13 +-
 42 files changed, 1913 insertions(+), 237 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