[SCM] co-operative multithreaded server using Coro branch, master, updated. debian/1.2-3-6-g94f45ee
Xavier Guimard
x.guimard at free.fr
Sat Nov 10 14:55:49 UTC 2012
The following commit has been merged in the master branch:
commit 94a6f5b3132683382ed3e3f61f73cf1f39c46416
Author: Xavier Guimard <x.guimard at free.fr>
Date: Sat Nov 10 15:43:24 2012 +0100
Update patches + RT reports
diff --git a/debian/patches/fix_perldoc_errors b/debian/patches/fix_perldoc_errors
index a736010..515bb75 100644
--- a/debian/patches/fix_perldoc_errors
+++ b/debian/patches/fix_perldoc_errors
@@ -1,6 +1,13 @@
---- libnet-server-coro-perl-1.2.orig/lib/Net/Server/Coro.pm
-+++ libnet-server-coro-perl-1.2/lib/Net/Server/Coro.pm
-@@ -50,6 +50,8 @@ usage details.
+Description: fix pod errors
+Author: Dmitry E. Oboukhov <unera at debian.org>
+Bug: https://rt.cpan.org/Ticket/Display.html?id=81088
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=81088
+Reviewed-By: xavier Guimard <x.guimard at free.fr>
+Last-Update: 2012-11-10
+
+--- a/lib/Net/Server/Coro.pm
++++ b/lib/Net/Server/Coro.pm
+@@ -50,6 +50,8 @@
Create new Net::Server::Coro object. It accepts these parameters (in
addition to L<Net::Server> parameters):
@@ -9,7 +16,7 @@
=item server_cert
Path to the SSL certificate that the server should use. This can be
-@@ -62,6 +64,8 @@ Path to the SSL certificate key that the
+@@ -62,6 +64,8 @@
be either relative or absolute path. Defaults to
F<certs/server-key.pem>
diff --git a/debian/patches/fix_undef_warning b/debian/patches/fix_undef_warning
index 292a496..806e8fb 100644
--- a/debian/patches/fix_undef_warning
+++ b/debian/patches/fix_undef_warning
@@ -1,6 +1,13 @@
---- libnet-server-coro-perl-1.2.orig/lib/Net/Server/Coro.pm
-+++ libnet-server-coro-perl-1.2/lib/Net/Server/Coro.pm
-@@ -102,7 +102,7 @@ sub proto_object {
+Description: fix undefined value warning
+Author: Dmitry E. Oboukhov <unera at debian.org>
+Bug: https://rt.cpan.org/Ticket/Display.html?id=81089
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=81089
+Reviewed-By: xavier Guimard <x.guimard at free.fr>
+Last-Update: 2012-11-10
+
+--- a/lib/Net/Server/Coro.pm
++++ b/lib/Net/Server/Coro.pm
+@@ -102,7 +102,7 @@
my $self = shift;
my ($host, $port, $proto) = @_;
--
co-operative multithreaded server using Coro
More information about the Pkg-perl-cvs-commits
mailing list