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 605bc6e commit f5a258aCopy full SHA for f5a258a
Changes
@@ -1,5 +1,7 @@
1
Revision history for HTTP-Daemon
2
3
+{{$NEXT}}
4
+
5
6.13 2022-02-09 20:39:12Z
6
- Bump minimum IO::Socket::IP version to 0.32 (GH#50) (Olaf Alders)
7
lib/HTTP/Daemon.pm
@@ -5,7 +5,7 @@ package HTTP::Daemon;
use strict;
use warnings;
8
-our $VERSION = '6.13';
+our $VERSION = '6.14';
9
10
use Socket ();
11
use IO::Socket::IP;
0 commit comments