Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/Pod/POM/Web.pm
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ sub server { # builtin HTTP server; unused if running under Apache
my $daemon = HTTP::Daemon->new(LocalPort => $port,
ReuseAddr => 1) # patch by CDOLAN
or die "could not start daemon on port $port";
print STDERR "Please contact me at: <URL:", $daemon->url, ">\n";
print STDERR "Server started at: <URL:", $daemon->url, ">\n";

# main server loop
while (my $client_connection = $daemon->accept) {
Expand Down