We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b7d697 commit 1c4b7dcCopy full SHA for 1c4b7dc
2 files changed
Changes
@@ -1,5 +1,7 @@
1
Revision history for HTTP-Daemon
2
3
+{{$NEXT}}
4
+
5
6.02 2019-04-01 16:03:37Z
6
- Added a .mailmap to properly keep up with contributors to the dist.
7
- Revised the changelog to follow current format styles
lib/HTTP/Daemon.pm
@@ -4,7 +4,7 @@ package HTTP::Daemon;
use strict;
use warnings;
-our $VERSION = '6.02';
+our $VERSION = '6.03';
8
9
use IO::Socket qw(AF_INET INADDR_ANY INADDR_LOOPBACK inet_ntoa);
10
our @ISA = qw(IO::Socket::INET);
0 commit comments