mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
perl-moose: fix check
This commit is contained in:
parent
9bef1e200d
commit
33f5eaf9d3
2 changed files with 6 additions and 7 deletions
|
@ -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"
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue