summaryrefslogtreecommitdiffstats
path: root/perl/perl-http-daemon
diff options
context:
space:
mode:
author ponce2012-08-25 18:33:06 +0200
committer ponce2012-08-25 18:33:06 +0200
commit16baac2303582e5e17d53bf2cdbd832c208b54ab (patch)
tree807925a0ba4a52df151ce91df8619580e554fd9d /perl/perl-http-daemon
parent139c29a089926167ba77f4ec64b24e357f910486 (diff)
downloadslackbuilds-16baac2303582e5e17d53bf2cdbd832c208b54ab.tar.gz
perl/perl-http-daemon: Fixed dep information
Diffstat (limited to 'perl/perl-http-daemon')
-rw-r--r--perl/perl-http-daemon/README3
-rw-r--r--perl/perl-http-daemon/perl-http-daemon.info2
2 files changed, 1 insertions, 4 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.
diff --git a/perl/perl-http-daemon/perl-http-daemon.info b/perl/perl-http-daemon/perl-http-daemon.info
index 6bf6e5c13b..a0bd5a5911 100644
--- a/perl/perl-http-daemon/perl-http-daemon.info
+++ b/perl/perl-http-daemon/perl-http-daemon.info
@@ -5,6 +5,6 @@ DOWNLOAD="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/HTTP-Daemon-6.01.tar.
MD5SUM="ed0ae02d25d7f1e89456d4d69732adc2"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="perl-encode-locale perl-html-parser perl-http-date perl-http-message perl-uri-escape"
+REQUIRES="perl-http-message"
MAINTAINER="LukenShiro"
EMAIL="lukenshiro@ngi.it"