# Contributor: Natanael Copa # Maintainer: Adélie Perl Team pkgname=perl-test-nowarnings _pkgreal=Test-NoWarnings _author=ADAMK _au=${_author%%"${_author#??}"} _a=${_author%%"${_author#?}"} pkgver=1.04 pkgrel=2 pkgdesc="Perl module to ensure no warnings occur during testing" url="https://metacpan.org/release/Test-NoWarnings" arch="noarch" license="GPL-2.0-only OR Artistic-1.0-Perl" depends="perl-test-simple" makedepends="" subpackages="$pkgname-doc" source="https://cpan.metacpan.org/authors/id/$_a/$_au/$_author/$_pkgreal-$pkgver.tar.gz" builddir="$srcdir/$_pkgreal-$pkgver" build() { PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor make } check() { make test } package() { make DESTDIR="$pkgdir" install find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } sha512sums="48126d2385e6f7863067f541763f64bc72132f6093f316f75d15ad7dca9b863dc469dff18c6e3f93105647844acb5cd10e4d056d3aa19217cb9588eb8a5f0d7a Test-NoWarnings-1.04.tar.gz"