slackbuilds_ponce/perl/perl-http-daemon
Robby Workman 143991a46e Entire Repo: Remove APPROVED field from .info files
This field used to make sense in our pre-git days, but
the Signed-Off-By: line serves the same purpose (and
even more) now, so APPROVED has been rejected.  ;-)

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2012-08-14 23:22:50 -05:00
..
perl-http-daemon.info Entire Repo: Remove APPROVED field from .info files 2012-08-14 23:22:50 -05:00
perl-http-daemon.SlackBuild
README
slack-desc

Instances of the HTTP::Daemon class are HTTP/1.1 servers that listen
on a socket for incoming requests. The HTTP::Daemon is a subclass of
IO::Socket::INET, so you can perform socket operations directly on
it too.

This requires perl-http-message, perl-encode-locale, perl-uri-escape,
perl-http-date and perl-html-parser.