We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66988ce commit b52f2aeCopy full SHA for b52f2ae
Changes
@@ -1,5 +1,7 @@
1
Revision history for HTTP-Daemon
2
3
+{{$NEXT}}
4
+
5
6.11 2020-06-03 14:47:21Z (TRIAL RELEASE)
6
- An IPv6 zone separator must be URI-quoted (GH#47) (Petr Pisar and Olaf
7
Alders)
lib/HTTP/Daemon.pm
@@ -5,7 +5,7 @@ package HTTP::Daemon;
use strict;
use warnings;
8
-our $VERSION = '6.11';
+our $VERSION = '6.12';
9
10
use Socket ();
11
use IO::Socket::IP;
0 commit comments