]> git.pld-linux.org Git - packages/perl-IO-Multiplex.git/commitdiff
- obsolete (already in sources)
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 8 Feb 2004 10:13:04 +0000 (10:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-IO-Multiplex-udptest-linux26.patch -> 1.2

perl-IO-Multiplex-udptest-linux26.patch [deleted file]

diff --git a/perl-IO-Multiplex-udptest-linux26.patch b/perl-IO-Multiplex-udptest-linux26.patch
deleted file mode 100644 (file)
index bb29179..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
---- IO-Multiplex-1.07/t/200_udp.t.orig 2003-07-30 08:22:08.000000000 +0200
-+++ IO-Multiplex-1.07/t/200_udp.t      2003-10-25 00:13:09.749379920 +0200
-@@ -18,7 +18,7 @@
- use Test;
- use IO::Socket;
- use IO::Multiplex;
--use POSIX qw(ENOTCONN);
-+use POSIX qw(ENOTCONN EDESTADDRREQ);
- $| = 1;
- plan tests => 15;
-@@ -103,7 +103,7 @@
-     # when trying to send() a packet.
-     $! = 0;
-     print $fh $msg2;
--    ok ($! == ENOTCONN) || warn "DEBUG: bang = [$!](".($!+0).")";
-+    ok ($! == ENOTCONN || $! == EDESTADDRREQ) || warn "DEBUG: bang = [$!](".($!+0).")";
-     # Grab the real peer destination.
-     ok my $saddr = $mux->{_fhs}{$sock2}{udp_peer};
This page took 0.051718 seconds and 4 git commands to generate.