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 efcaef7 commit 0031cfcCopy full SHA for 0031cfc
Changes
@@ -1,5 +1,7 @@
1
Revision history for HTTP-Daemon
2
3
+{{$NEXT}}
4
+
5
6.04 2019-04-02 13:09:45Z
6
- Remove circular dependency on LWP::RobotUA introduced in 6.02 (GH#29)
7
(Olaf Alders)
lib/HTTP/Daemon.pm
@@ -4,7 +4,7 @@ package HTTP::Daemon;
use strict;
use warnings;
-our $VERSION = '6.04';
+our $VERSION = '6.05';
8
9
use IO::Socket qw(AF_INET INADDR_ANY INADDR_LOOPBACK inet_ntoa);
10
our @ISA = qw(IO::Socket::INET);
0 commit comments