[libanyevent-perl] 03/05: Add patch to correct missing encoding declaration in pod documentation

Xavier Guimard xguimard-guest at alioth.debian.org
Sun Sep 8 05:33:31 UTC 2013


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

xguimard-guest pushed a commit to branch master
in repository libanyevent-perl.

commit aa2cd205a5f94e059ddbee17493f290102332f01
Author: Xavier Guimard <x.guimard at free.fr>
Date:   Sun Sep 8 07:25:13 2013 +0200

    Add patch to correct missing encoding declaration in pod documentation
---
 debian/patches/declare-encoding-in-pod.patch |   26 ++++++++++++++++++++++++++
 debian/patches/series                        |    1 +
 2 files changed, 27 insertions(+)

diff --git a/debian/patches/declare-encoding-in-pod.patch b/debian/patches/declare-encoding-in-pod.patch
new file mode 100644
index 0000000..8e32128
--- /dev/null
+++ b/debian/patches/declare-encoding-in-pod.patch
@@ -0,0 +1,26 @@
+Description: declare encoding in POD
+Author: Xavier Guimard <x.guimard at free.fr>
+Bug: https://rt.cpan.org/Ticket/Display.html?id=88493
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=88493
+Last-Update: 2013-09-08
+
+--- a/lib/AnyEvent/Util.pm
++++ b/lib/AnyEvent/Util.pm
+@@ -1,5 +1,7 @@
+ =head1 NAME
+ 
++=encoding UTF-8
++
+ AnyEvent::Util - various utility functions.
+ 
+ =head1 SYNOPSIS
+--- a/lib/AnyEvent/Intro.pod
++++ b/lib/AnyEvent/Intro.pod
+@@ -1,5 +1,7 @@
+ =head1 NAME
+ 
++=encoding UTF-8
++
+ AnyEvent::Intro - an introductory tutorial to AnyEvent
+ 
+ =head1 Introduction to AnyEvent
diff --git a/debian/patches/series b/debian/patches/series
index 9d8a597..64bfdc8 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 fix-spelling.patch
 replace-abuse-die-with-warn.patch
+declare-encoding-in-pod.patch

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



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