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  f2dcacf   Prepare for release: Update changelog and copyright hints.
      adds  fbce251   Adjust documentation
      adds  3f62137   Add draft of Pod::Simple::Pandoc
      adds  7ddc2e1   Finish Pod::Simple::Pandoc and pod2pandoc
      adds  7a29ecf   Add string method and tidy code
      adds  611c728   0.12
      adds  cae2e12   0.12
      adds  644ddcb   Test and example of filter with format
      adds  0f89ff9   Add method match and examples
      adds  42e3759   Documentation
      adds  b4f3b58   Renamed script pandoc-walk to pandocwalk
      adds  b67b68e   0.13
      adds  cbc719b   0.13
      adds  37f5404   Add missing Pod NAME
      adds  eb4aaf3   Refactor and introduce Pandoc::Filter::Lazy
      adds  e66808f   0.14
      adds  fad4c8c   0.14
      adds  7402bef   fix Pod::Simple::Pandoc for old Pod::Simple
      adds  6b707fc   Support more lazy filter scripts
      adds  fa4e9cb   Add example to remove unnumbered sections
      adds  1458d62   0.15
      adds  fc41f52   0.15
      adds  aa0a6a8   Imported Upstream version 0.15
       new  c97d9d8   Merge tag 'upstream/0.15'
       new  9d41d28   Prepare for release: Update changelog and copyright hints.

The 2 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                                |  18 ++
 MANIFEST                               |  13 +-
 META.json                              |   6 +-
 META.yml                               |   6 +-
 README                                 |  30 ++-
 cpanfile                               |   7 +
 debian/changelog                       |  17 ++
 debian/copyright_hints                 |  15 +-
 examples/comments.pl                   |   0
 examples/deemph.pl                     |   0
 examples/myemph.pl                     |  31 +++
 examples/remove-unnumbered-sections.pl |  28 +++
 examples/theorem.pl                    |  52 ++++
 lib/Pandoc/Elements.pm                 | 327 ++++++++++++++++---------
 lib/Pandoc/Filter.pm                   | 103 ++++----
 lib/Pandoc/Filter/Lazy.pm              | 114 +++++++++
 lib/Pandoc/Walker.pm                   | 160 +++++++-----
 lib/Pod/Simple/Pandoc.pm               | 432 +++++++++++++++++++++++++++++++++
 script/{pandoc-walk => pandocwalk}     |  40 ++-
 script/pod2pandoc                      | 100 ++++++++
 t/filter.t                             |  36 ++-
 t/lazy.t                               |  45 ++++
 t/match.t                              |  30 +++
 t/outline                              |   2 +-
 t/{pandoc-walk.t => pandocwalk.t}      |  12 +-
 t/pod-simple-pandoc.t                  |  31 +++
 t/stringify.t                          |   7 +-
 t/walker.t                             |  23 +-
 28 files changed, 1399 insertions(+), 286 deletions(-)
 mode change 100644 => 100755 examples/comments.pl
 mode change 100644 => 100755 examples/deemph.pl
 create mode 100644 examples/myemph.pl
 create mode 100644 examples/remove-unnumbered-sections.pl
 create mode 100644 examples/theorem.pl
 create mode 100644 lib/Pandoc/Filter/Lazy.pm
 create mode 100644 lib/Pod/Simple/Pandoc.pm
 rename script/{pandoc-walk => pandocwalk} (52%)
 create mode 100755 script/pod2pandoc
 create mode 100644 t/lazy.t
 create mode 100644 t/match.t
 rename t/{pandoc-walk.t => pandocwalk.t} (62%)
 create mode 100644 t/pod-simple-pandoc.t

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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to