[libpod-simple-wiki-perl] 02/04: Add spelling and pod error patches

Xavier Guimard xguimard-guest at moszumanska.debian.org
Wed May 14 04:21:37 UTC 2014


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

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

commit a71d35b6c300a2c56c735daf8548a7684bd01e89
Author: Xavier Guimard <x.guimard at free.fr>
Date:   Wed May 14 06:20:26 2014 +0200

    Add spelling and pod error patches
---
 debian/patches/declare-encoding-in-iso.patch | 17 +++++++++++++++++
 debian/patches/series                        |  2 ++
 debian/patches/spelling-error.patch          | 17 +++++++++++++++++
 3 files changed, 36 insertions(+)

diff --git a/debian/patches/declare-encoding-in-iso.patch b/debian/patches/declare-encoding-in-iso.patch
new file mode 100644
index 0000000..23f7cc7
--- /dev/null
+++ b/debian/patches/declare-encoding-in-iso.patch
@@ -0,0 +1,17 @@
+Description: Declare encoding in POD
+Author: Xavier Guimard <x.guimard at free.fr>
+Bug: https://rt.cpan.org/Ticket/Display.html?id=95629
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=95629
+Last-Update: 2014-05-14
+
+--- a/lib/Pod/Simple/Wiki/Tiddlywiki.pm
++++ b/lib/Pod/Simple/Wiki/Tiddlywiki.pm
+@@ -165,6 +165,8 @@
+ 
+ =head1 NAME
+ 
++=encoding ISO-8859-1
++
+ Pod::Simple::Wiki::Tiddlywiki - A class for creating Pod to Tiddlywiki wiki filters.
+ 
+ =head1 SYNOPSIS
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..783e453
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1,2 @@
+spelling-error.patch
+declare-encoding-in-iso.patch
diff --git a/debian/patches/spelling-error.patch b/debian/patches/spelling-error.patch
new file mode 100644
index 0000000..f29ed2f
--- /dev/null
+++ b/debian/patches/spelling-error.patch
@@ -0,0 +1,17 @@
+Description: spelling error
+Bug: https://rt.cpan.org/Ticket/Display.html?id=95629
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=95629
+Author: Xavier Guimard <x.guimard at free.fr>
+Last-Update: 2015-05-14
+
+--- a/lib/Pod/Simple/Wiki/Markdown.pm
++++ b/lib/Pod/Simple/Wiki/Markdown.pm
+@@ -238,7 +238,7 @@
+ 
+ =head1 Markdown Specific information
+ 
+-Some format features of Pod are not present in base Markdown (and vice-versa).  In particular this module supports both code blocks and definition lists - in a somewhat inconsistant fashion.  Code blocks are supported using GitHub Markdown syntax: three backticks at the start and end of the codeblock.  Definition lists are (crudely) supported in the PHP Markdown Extra syntax: A colon followed by three spaces starting the line with the definition.  PHP Markdown Extra works with the GitHu [...]
++Some format features of Pod are not present in base Markdown (and vice-versa).  In particular this module supports both code blocks and definition lists - in a somewhat inconsistent fashion.  Code blocks are supported using GitHub Markdown syntax: three backticks at the start and end of the codeblock.  Definition lists are (crudely) supported in the PHP Markdown Extra syntax: A colon followed by three spaces starting the line with the definition.  PHP Markdown Extra works with the GitHu [...]
+ 
+ Links are always output in the universal [link text](link source) format, even when it's redundant, or overlong.  Anything POD considers a link will be treated as one, even if it's not a valid link.  (In particular, automatic 'man page' links will not point to anything useful - the user will be required to turn C<(Pod::Simple)> into something useful, likely your favorite interface for CPAN.)
+ 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libpod-simple-wiki-perl.git



More information about the Pkg-perl-cvs-commits mailing list