Skip to content

Commit cc896c8

Browse files
bump $VERSION to 6.02
1 parent a0a5d77 commit cc896c8

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

lib/HTTP/Daemon.pm

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
package HTTP::Daemon;
2+
# ABSTRACT: A simple http server class
23

34
use strict;
45
use warnings;
56

6-
our $VERSION = "6.01";
7+
our $VERSION = '6.02';
78

89
use IO::Socket qw(AF_INET INADDR_ANY INADDR_LOOPBACK inet_ntoa);
910
our @ISA = qw(IO::Socket::INET);
@@ -619,10 +620,6 @@ sub daemon
619620

620621
__END__
621622
622-
=head1 NAME
623-
624-
HTTP::Daemon - a simple http server class
625-
626623
=head1 SYNOPSIS
627624
628625
use HTTP::Daemon;

0 commit comments

Comments
 (0)