We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b3f1fc commit 9a91c47Copy full SHA for 9a91c47
2 files changed
Changes
@@ -1,5 +1,7 @@
1
Revision history for HTTP-Daemon
2
3
+{{$NEXT}}
4
+
5
6.08 2020-05-22 15:26:00Z (TRIAL RELEASE)
6
- In t/chunked.t, leave choosing IP address family to IO::Socket::IP (GH#42) (Shoichi Kaji)
7
- Add "IPv6 SUPPORT" section to pod (GH#43) (Shoichi Kaji)
lib/HTTP/Daemon.pm
@@ -5,7 +5,7 @@ package HTTP::Daemon;
use strict;
use warnings;
8
-our $VERSION = '6.08';
+our $VERSION = '6.09';
9
10
use Socket ();
11
use IO::Socket::IP;
0 commit comments