We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a42402 commit 2d42cb1Copy full SHA for 2d42cb1
2 files changed
Changes
@@ -1,3 +1,14 @@
1
+_______________________________________________________________________________
2
+2012-02-18 HTTP-Daemon 6.01
3
+
4
+If you bind localhost, don't trust gethostbyaddr() to resolve the
5
+address. [RT#67247]
6
7
+Restore perl-5.8.1 compatiblity.
8
9
10
11
12
_______________________________________________________________________________
13
2011-02-25 HTTP-Daemon 6.00
14
lib/HTTP/Daemon.pm
@@ -3,7 +3,7 @@ package HTTP::Daemon;
use strict;
use vars qw($VERSION @ISA $PROTO $DEBUG);
-$VERSION = "6.00";
+$VERSION = "6.01";
use IO::Socket qw(AF_INET INADDR_ANY INADDR_LOOPBACK inet_ntoa);
@ISA=qw(IO::Socket::INET);
0 commit comments