[padre] 04/06: add a patch fixing two POD errors (encoding)

Damyan Ivanov dmn at alioth.debian.org
Wed Sep 25 20:41:36 UTC 2013


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

dmn pushed a commit to branch master
in repository padre.

commit 3b9f36377fb1f431f458787c61b5f7ac0b60773e
Author: Damyan Ivanov <dmn at debian.org>
Date:   Wed Sep 25 20:34:02 2013 +0000

    add a patch fixing two POD errors (encoding)
---
 debian/patches/fix-pod-errors.patch |   28 ++++++++++++++++++++++++++++
 debian/patches/series               |    1 +
 2 files changed, 29 insertions(+)

diff --git a/debian/patches/fix-pod-errors.patch b/debian/patches/fix-pod-errors.patch
new file mode 100644
index 0000000..afdebd2
--- /dev/null
+++ b/debian/patches/fix-pod-errors.patch
@@ -0,0 +1,28 @@
+Description: fix POD errors (encoding)
+ One is a missing =encoding, the other is worked around by replacing emdash
+ with plain minus
+Author: Damyan Ivanov <dmn at debian.org>
+Forwarded: no
+
+--- a/lib/Padre/Document.pm
++++ b/lib/Padre/Document.pm
+@@ -98,7 +98,7 @@ implements the features of that MIME typ
+ supports the built-in syntax highlighting of Scintilla.
+ Perl 5 currently has two L<PPI> based syntax highlighter,
+ Perl 6 can use the STD.pm or Rakudo/PGE for syntax highlighting but
+-there are two plug-ins – Parrot and Kate – that can provide syntax
++there are two plug-ins - Parrot and Kate - that can provide syntax
+ highlighting to a wide range of MIME types.
+ 
+ C<provided_highlighters()> returns a list of arrays like this:
+--- a/lib/Padre/Plugin/Devel.pm
++++ b/lib/Padre/Plugin/Devel.pm
+@@ -268,6 +268,8 @@ sub _dump {
+ 
+ =pod
+ 
++=encoding UTF-8
++
+ =head1 NAME
+ 
+ Padre::Plugin::Devel - tools used by the Padre developers
diff --git a/debian/patches/series b/debian/patches/series
index e348046..1673f2d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -5,3 +5,4 @@ fix-mime-test
 no-experimental.patch
 desktop-keywords.patch
 desktop-icon.patch
+fix-pod-errors.patch

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



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