We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00c1fa2 commit c923ec5Copy full SHA for c923ec5
2 files changed
Changes
@@ -1,5 +1,7 @@
1
Revision history for HTTP-Daemon
2
3
+{{$NEXT}}
4
+
5
6.09 2020-05-25 16:52:14Z (TRIAL RELEASE)
6
- Require IO::Socket::IP 0.25 so that HTTP::Tiny uses it (GH#45) (Shoichi Kaji)
7
lib/HTTP/Daemon.pm
@@ -5,7 +5,7 @@ package HTTP::Daemon;
use strict;
use warnings;
8
-our $VERSION = '6.09';
+our $VERSION = '6.10';
9
10
use Socket ();
11
use IO::Socket::IP;
0 commit comments