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

gregoa pushed a commit to branch master
in repository libpoe-filter-ssl-perl.

commit e038a0cb9343e02914d2b2a8451bba52e6644df9
Author: gregor herrmann <gre...@debian.org>
Date:   Mon Feb 19 21:00:06 2018 +0100

    Add patches to fix spelling and POD errors.
---
 debian/patches/pod-syntax.patch | 20 ++++++++++++++++++++
 debian/patches/series           |  2 ++
 debian/patches/spelling.patch   | 38 ++++++++++++++++++++++++++++++++++++++
 3 files changed, 60 insertions(+)

diff --git a/debian/patches/pod-syntax.patch b/debian/patches/pod-syntax.patch
new file mode 100644
index 0000000..d438ac4
--- /dev/null
+++ b/debian/patches/pod-syntax.patch
@@ -0,0 +1,20 @@
+Description: fix POD syntax error
+    Around line 105:
+        =back without =over
+Origin: vendor
+Author: gregor herrmann <gre...@debian.org>
+Last-Update: 2018-02-19
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=124471
+Bug: https://rt.cpan.org/Ticket/Display.html?id=124471
+
+--- a/lib/POE/Filter/SSL/PreFilter.pm
++++ b/lib/POE/Filter/SSL/PreFilter.pm
+@@ -102,8 +102,6 @@
+ 
+ This is an extension for some POE::Component::Server modules to use 
POE::Filters in front of their own used Filters
+ 
+-=back
+-
+ =head1 SYNOPSIS
+ 
+ By default filters like I<POE::Filter::SSL> can only be used if you specify 
the filters by
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..a620992
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1,2 @@
+pod-syntax.patch
+spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
new file mode 100644
index 0000000..5323892
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,38 @@
+Description: spelling fixes
+Origin: vendor
+Author: gregor herrmann <gre...@debian.org>
+Last-Update: 2018-02-19
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=124470
+Bug: https://rt.cpan.org/Ticket/Display.html?id=124470
+
+--- a/lib/POE/Filter/SSL.pm
++++ b/lib/POE/Filter/SSL.pm
+@@ -1092,7 +1092,7 @@
+ 
+ =item clientcert
+ 
+-Only in server mode: Request during ssl handshake from the client a client 
certificat.
++Only in server mode: Request during ssl handshake from the client a client 
certificate.
+ 
+ B<WARNING:> If the client provides an untrusted or no client certificate, the 
connection is B<not> failing. You have to ask I<clientCertValid()> if the 
certificate is valid!
+ 
+--- a/lib/POE/Filter/SSL/PreFilter.pm
++++ b/lib/POE/Filter/SSL/PreFilter.pm
+@@ -92,7 +92,7 @@
+ 
+ =head1 NAME
+ 
+-POE::Filter::SSL::Prefilter - Allow to add a PreFilter on Compontents using 
Wheels
++POE::Filter::SSL::Prefilter - Allow one to add a PreFilter on Components 
using Wheels
+ 
+ =head1 VERSION
+ 
+@@ -105,7 +105,7 @@
+ =head1 SYNOPSIS
+ 
+ By default filters like I<POE::Filter::SSL> can only be used if you specify 
the filters by
+-manualy creating the POE::Wheel by our own. This allows this to be done if a 
compontent is doing this.
++manualy creating the POE::Wheel by our own. This allows this to be done if a 
component is doing this.
+ 
+ =over 2
+ 

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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to