perl/perl-http-server-simple: Updated for version 0.51.

Fixes test failure with perl-5.22.2.

Signed-off-by: David Spencer <baildon.research@googlemail.com>
This commit is contained in:
David Spencer 2016-05-01 20:33:07 +01:00 committed by Robby Workman
parent d5ec1f59bb
commit 03ea24b381
2 changed files with 4 additions and 4 deletions

View file

@ -25,7 +25,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=perl-http-server-simple
VERSION=${VERSION:-0.50}
VERSION=${VERSION:-0.51}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="perl-http-server-simple"
VERSION="0.50"
VERSION="0.51"
HOMEPAGE="https://metacpan.org/pod/HTTP::Server::Simple"
DOWNLOAD="https://cpan.metacpan.org/authors/id/F/FA/FALCONE/HTTP-Server-Simple-0.50.tar.gz"
MD5SUM="09704b016bc276ca78df6ad4a7d36af6"
DOWNLOAD="https://cpan.metacpan.org/authors/id/B/BP/BPS/HTTP-Server-Simple-0.51.tar.gz"
MD5SUM="ef736daddc7a32a29207fa4ed5f5d62e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="perl-CGI"