We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17259a5 commit b6efdc3Copy full SHA for b6efdc3
2 files changed
Changes
@@ -1,5 +1,7 @@
1
Revision history for HTTP-Daemon
2
3
+{{$NEXT}}
4
+
5
6.06 2019-08-29 14:23:17Z
6
- Delimit IPv6 numeric address with brackets and URI-quote an IPv6 zone
7
separator in url() method output (GH#32) (Petr Pisar)
lib/HTTP/Daemon.pm
@@ -5,7 +5,7 @@ package HTTP::Daemon;
use strict;
use warnings;
8
-our $VERSION = '6.06';
+our $VERSION = '6.07';
9
10
use Socket qw(
11
AF_INET AF_INET6 INADDR_ANY IN6ADDR_ANY INADDR_LOOPBACK IN6ADDR_LOOPBACK
0 commit comments