This is an automated email from the git hooks/post-receive script.

xguimard-guest pushed a change to branch master
in repository libpod-simple-wiki-perl.

      from  9697dc4   update changelog
      adds  2daa989   Imported Upstream version 0.16
       new  6a8ecac   Merge tag 'upstream/0.16'
       new  a71d35b   Add spelling and pod error patches
       new  34af5ea   Bump Standards-Version to 3.9.5
       new  6b921ce   Update d/ch (+version 0.16-1)

The 4 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:
 .travis.yml                                        |   8 +
 Changes                                            |  14 +-
 MANIFEST                                           |  45 +++---
 META.json                                          |   2 +-
 META.yml                                           |   2 +-
 bin/pod2wiki                                       |  29 ++--
 debian/changelog                                   |   9 +-
 debian/control                                     |   2 +-
 debian/patches/declare-encoding-in-iso.patch       |  17 ++
 debian/patches/series                              |   2 +
 debian/patches/spelling-error.patch                |  17 ++
 examples/pod2wiki.pl                               |  29 ++--
 lib/Pod/Simple/Wiki.pm                             |  22 ++-
 lib/Pod/Simple/Wiki/Confluence.pm                  |   4 +-
 lib/Pod/Simple/Wiki/Kwiki.pm                       |   4 +-
 lib/Pod/Simple/Wiki/{Confluence.pm => Markdown.pm} | 177 ++++++++++----------
 lib/Pod/Simple/Wiki/Mediawiki.pm                   |   4 +-
 lib/Pod/Simple/Wiki/Moinmoin.pm                    |   4 +-
 lib/Pod/Simple/Wiki/Template.pm                    |   4 +-
 lib/Pod/Simple/Wiki/Textile.pm                     |   4 +-
 lib/Pod/Simple/Wiki/Tiddlywiki.pm                  |   4 +-
 lib/Pod/Simple/Wiki/Twiki.pm                       |   4 +-
 lib/Pod/Simple/Wiki/Usemod.pm                      |   4 +-
 t/10_01_markdown_format.t                          |  82 ++++++++++
 t/{09_02_textile_head.t => 10_02_markdown_head.t}  |  47 +++---
 ...9_03_textile_lists.t => 10_03_markdown_lists.t} | 121 +++++++-------
 t/10_04_markdown_links.t                           |  89 ++++++++++
 t/10_05_markdown_escapes.t                         | 180 +++++++++++++++++++++
 28 files changed, 687 insertions(+), 243 deletions(-)
 create mode 100644 .travis.yml
 create mode 100644 debian/patches/declare-encoding-in-iso.patch
 create mode 100644 debian/patches/series
 create mode 100644 debian/patches/spelling-error.patch
 copy lib/Pod/Simple/Wiki/{Confluence.pm => Markdown.pm} (53%)
 create mode 100755 t/10_01_markdown_format.t
 copy t/{09_02_textile_head.t => 10_02_markdown_head.t} (51%)
 mode change 100644 => 100755
 copy t/{09_03_textile_lists.t => 10_03_markdown_lists.t} (74%)
 mode change 100644 => 100755
 create mode 100755 t/10_04_markdown_links.t
 create mode 100755 t/10_05_markdown_escapes.t

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libpod-simple-wiki-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