We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c193499 commit 973ac49Copy full SHA for 973ac49
2 files changed
Changes
@@ -1,5 +1,7 @@
1
Revision history for HTTP-Daemon
2
3
+{{$NEXT}}
4
+
5
6.14 2022-03-03 20:47:51Z
6
- Test using loopback rather than internet accessible address (GH#52)
7
(Michal Josef Špaček)
lib/HTTP/Daemon.pm
@@ -5,7 +5,7 @@ package HTTP::Daemon;
use strict;
use warnings;
8
-our $VERSION = '6.14';
+our $VERSION = '6.15';
9
10
use Socket ();
11
use IO::Socket::IP;
0 commit comments