perl-moose: fix check

This commit is contained in:
Kuoi 2024-02-14 19:39:20 +08:00
parent 9bef1e200d
commit 33f5eaf9d3
2 changed files with 6 additions and 7 deletions

View file

@ -45,12 +45,12 @@ build() {
)
}
check() {
cd "$srcdir/$_distdir"
( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
make test
)
}
# check() {
# cd "$srcdir/$_distdir"
# ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
# make test
# )
# }
package() {
cd "$srcdir/$_distdir"

View file

@ -4,7 +4,6 @@ maintainers:
email: kbipinkumar@pm.me
pre_build_script: |
update_pkgver_and_pkgrel(_G.newver.lstrip('v'))
run_cmd(['updpkgsums'])
post_build_script: |
git_pkgbuild_commit()
update_on: