perl/perl-Test-HexDifferences: Fix deps.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Jan F. Chadima 2020-02-08 02:31:51 +07:00 committed by Willy Sudiarto Raharjo
parent 19f5da7673
commit a2da966f6a
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 2 additions and 1 deletions

View file

@ -56,6 +56,7 @@ perl Makefile.PL \
INSTALLDIRS=vendor \
INSTALLVENDORMAN3DIR=/usr/man/man3
make
make test
make install DESTDIR=$PKG
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \

View file

@ -5,6 +5,6 @@ DOWNLOAD="https://cpan.metacpan.org/authors/id/S/ST/STEFFENW/Test-HexDifferences
MD5SUM="f830711da833bc233adfd9fd94645dc6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
REQUIRES="perl-Sub-Exporter perl-Test-Differences perl-Test-NoWarnings perl-Text-Diff"
MAINTAINER="Jan F. Chadima"
EMAIL="jfch@jagda.eu"