summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--perl-data-sah/PKGBUILD15
-rw-r--r--perl-module-path-more/PKGBUILD19
-rw-r--r--perl-perinci-sub-complete/PKGBUILD20
-rw-r--r--perl-perinci-sub-getargs-argv/PKGBUILD19
4 files changed, 1 insertions, 72 deletions
diff --git a/perl-data-sah/PKGBUILD b/perl-data-sah/PKGBUILD
index 5072d3bed..d7d2fb5d1 100644
--- a/perl-data-sah/PKGBUILD
+++ b/perl-data-sah/PKGBUILD
@@ -137,9 +137,6 @@ makedepends=(
'perl-pathtools'
'perl-sah>=0.9.50'
'perl-scalar-list-utils>=1.54'
- 'perl-test-exception'
- 'perl-test-nowarnings'
- 'perl-test-warn'
'perl-time-duration-parse-ashash')
optdepends=(
'perl-datetime'
@@ -178,18 +175,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}"
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}"
diff --git a/perl-perinci-sub-complete/PKGBUILD b/perl-perinci-sub-complete/PKGBUILD
index 9e6376c16..30f482c46 100644
--- a/perl-perinci-sub-complete/PKGBUILD
+++ b/perl-perinci-sub-complete/PKGBUILD
@@ -30,14 +30,6 @@ makedepends=(
'perl-perinci-examples>=0.822'
'perl-perinci-sub-normalize>=0.201'
'perl-test-simple>=0.98')
-checkdepends=(
- 'perl-pod-coverage-trustpod'
- 'perl-test-perl-critic'
- 'perl-test-pod'
- 'perl-test-pod-coverage'
- 'perl-test-rinci'
- 'perl-test-simple'
-)
url='https://metacpan.org/release/Perinci-Sub-Complete'
_distdir="Perinci-Sub-Complete-${pkgver}"
source=("https://cpan.metacpan.org/authors/id/P/PE/PERLANCAR/${_distdir}.tar.gz")
@@ -68,18 +60,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}"
diff --git a/perl-perinci-sub-getargs-argv/PKGBUILD b/perl-perinci-sub-getargs-argv/PKGBUILD
index e05dccfe5..3647992fe 100644
--- a/perl-perinci-sub-getargs-argv/PKGBUILD
+++ b/perl-perinci-sub-getargs-argv/PKGBUILD
@@ -34,14 +34,9 @@ makedepends=(
'perl-extutils-makemaker'
'perl-function-fallback-coreorpp'
'perl-io'
- 'perl-pathtools'
- 'perl-test-deep'
- 'perl-test-needs'
- 'perl-test-simple>=0.98')
+ 'perl-pathtools')
optdepends=(
'perl-yaml-libyaml')
-checkdepends=(
- 'perl-data-sah-coercebundle-to_array-from_str-comma_sep'
'perl-data-sah-coercerule-array-str_comma_sep'
'perl-sah-schemas-collection'
'perl-sah-schemas-int'
@@ -77,18 +72,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}"