perl/perl-http-daemon: Fixed dep information

This commit is contained in:
ponce 2012-08-25 18:33:06 +02:00
parent 139c29a089
commit 16baac2303
2 changed files with 1 additions and 4 deletions

View file

@ -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.

View file

@ -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"