Subject: | Spelling and pod error |
Hi all,
here are 2 patches reported by lintian. The spelling error is :
s/inconsistant/inconsistent/
Regards,
Xavier
Subject: | declare-encoding-in-iso.patch |
Description: Declare encoding in POD
Author: Xavier Guimard <x.guimard@free.fr>
Bug: <url in upstream bugtracker>
Forwarded: <no|not-needed|url proving that it has been forwarded>
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
Subject: | spelling-error.patch |
Description: spelling error
Bug: <url in upstream bugtracker>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Author: Xavier Guimard <x.guimard@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 GitHub syntax, so this should not cause a problem. (GitHub does not support definition lists.) This module also creates nested definition lists - which may or may not be supported. (And may need extra newlines entered, which is beyond the technical limits of this module.)
+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 GitHub syntax, so this should not cause a problem. (GitHub does not support definition lists.) This module also creates nested definition lists - which may or may not be supported. (And may need extra newlines entered, which is beyond the technical limits of this module.)
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.)