summaryrefslogtreecommitdiffstats
path: root/perl/perl-http-daemon/README
diff options
context:
space:
mode:
author ponce <matteo.bernardini@gmail.com>2012-08-25 18:33:06 +0200
committer ponce <matteo.bernardini@gmail.com>2012-08-25 18:33:06 +0200
commit16baac2303582e5e17d53bf2cdbd832c208b54ab (patch)
tree807925a0ba4a52df151ce91df8619580e554fd9d /perl/perl-http-daemon/README
parent139c29a089926167ba77f4ec64b24e357f910486 (diff)
downloadslackbuilds-16baac2303582e5e17d53bf2cdbd832c208b54ab.tar.gz
slackbuilds-16baac2303582e5e17d53bf2cdbd832c208b54ab.tar.xz
perl/perl-http-daemon: Fixed dep information
Diffstat (limited to 'perl/perl-http-daemon/README')
-rw-r--r--perl/perl-http-daemon/README3
1 files changed, 0 insertions, 3 deletions
diff --git a/perl/perl-http-daemon/README b/perl/perl-http-daemon/README
index cb9752cf21..415630dd54 100644
--- a/perl/perl-http-daemon/README
+++ b/perl/perl-http-daemon/README
@@ -2,6 +2,3 @@ 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.