summaryrefslogtreecommitdiff
path: root/perl-module-path-more
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2023-09-09 10:18:06 +0200
committerErich Eckner <git@eckner.net>2023-09-09 10:18:06 +0200
commit847a0018afe8b605d3baf993b1caf12f974fd939 (patch)
tree950869de037592a7843b6c4ea96251d67425391e /perl-module-path-more
parent4c3bdc7cd060a0719398783b137d68f6d1b600fc (diff)
downloadarchlinuxewe-847a0018afe8b605d3baf993b1caf12f974fd939.tar.xz
remove check() to remove cycles
Diffstat (limited to 'perl-module-path-more')
-rw-r--r--perl-module-path-more/PKGBUILD19
1 files changed, 0 insertions, 19 deletions
diff --git a/perl-module-path-more/PKGBUILD b/perl-module-path-more/PKGBUILD
index 9d7367623..d8795150e 100644
--- a/perl-module-path-more/PKGBUILD
+++ b/perl-module-path-more/PKGBUILD
@@ -19,13 +19,6 @@ makedepends=(
'perl-io'
'perl-test-exception'
'perl-test-simple>=0.98')
-checkdepends=(
- 'perl-pod-coverage-trustpod'
- 'perl-test-pod'
- 'perl-test-pod-coverage'
- 'perl-test-rinci'
- 'perl-test-simple'
-)
url='https://metacpan.org/release/Module-Path-More'
_distdir="Module-Path-More-${pkgver}"
source=("https://cpan.metacpan.org/authors/id/P/PE/PERLANCAR/${_distdir}.tar.gz")
@@ -51,18 +44,6 @@ build() {
fi
}
-check() {
- cd "${srcdir}/${_distdir}"
-
- # If using Makefile.PL
- if [ -r Makefile.PL ]; then
- make test
- # If using Build.PL
- elif [ -r Build.PL ]; then
- perl Build test
- fi
-}
-
package() {
cd "${srcdir}/${_distdir}"