[libsocket-getaddrinfo-perl] 02/05: Add a patch to fix a spelling mistake.

gregor herrmann gregoa at debian.org
Thu Dec 31 00:03:57 UTC 2015


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

gregoa pushed a commit to branch master
in repository libsocket-getaddrinfo-perl.

commit e24c0129510813c76880b7f49fa21ffc4a3df3db
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Dec 31 00:59:26 2015 +0100

    Add a patch to fix a spelling mistake.
---
 debian/patches/series         |  1 +
 debian/patches/spelling.patch | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
index 496acc0..2946bd2 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 no_network.patch
 rename_scripts.patch
+spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
new file mode 100644
index 0000000..6bf9c08
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,22 @@
+Description: fix a spelling mistake
+Origin: vendor
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2015-12-31
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=110799
+Bug: https://rt.cpan.org/Ticket/Display.html?id=110799
+
+--- a/lib/Socket/GetAddrInfo/Strict.pm
++++ b/lib/Socket/GetAddrInfo/Strict.pm
+@@ -61,10 +61,10 @@
+ 
+ L<Socket::GetAddrInfo> provides the functions of C<getaddrinfo> and
+ C<getnameinfo>, which return lists whose first element is error value, or
+-false indicating no error occured.
++false indicating no error occurred.
+ 
+ This module wraps the functions provided by C<Socket::GetAddrInfo> to check
+-this error value, and throw an exception (using C<die>) if an error occured.
++this error value, and throw an exception (using C<die>) if an error occurred.
+ If not, then the remaining values are returned as normal. This can simplify
+ the logic of a program which otherwise simply throws its own exception on
+ failure anyway.

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



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