[libnet-nis-perl] 06/08: Add patch to fix various issues in the POD.
gregor herrmann
gregoa at debian.org
Sat Feb 22 18:32:43 UTC 2014
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libnet-nis-perl.
commit be741cdd7fc0408d65bd114afc1a527f351e011c
Author: gregor herrmann <gregoa at debian.org>
Date: Sat Feb 22 19:31:30 2014 +0100
Add patch to fix various issues in the POD.
---
debian/patches/pod.patch | 26 ++++++++++++++++++++++++++
debian/patches/series | 1 +
2 files changed, 27 insertions(+)
diff --git a/debian/patches/pod.patch b/debian/patches/pod.patch
new file mode 100644
index 0000000..e8d28c0
--- /dev/null
+++ b/debian/patches/pod.patch
@@ -0,0 +1,26 @@
+Description: POD fixes (spelling + encoding)
+Origin: vendor
+Bug: https://rt.cpan.org/Ticket/Display.html?id=93263
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=93263
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2014-02-22
+
+--- a/NIS.pod
++++ b/NIS.pod
+@@ -1,3 +1,5 @@
++=encoding ISO8859-1
++
+ =head1 NAME
+
+ Net::NIS - Interface to Sun's Network Information Service
+--- a/NISTable.pod
++++ b/NISTable.pod
+@@ -38,7 +38,7 @@
+ one at a time. If you wish to retrieve many items (where many is dependent
+ on the size of the map, and probably what sort of machine you are on),
+ it is better to use the L<list> interface, which uses just one RPC
+-call to retreive the entire map.
++call to retrieve the entire map.
+
+ =item \%data = $obj->list()
+
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..c9352c4
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+pod.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libnet-nis-perl.git
More information about the Pkg-perl-cvs-commits
mailing list