mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/perl-test-output to 1.02-2
This commit is contained in:
parent
02ab35816e
commit
809995ec2b
1 changed files with 4 additions and 3 deletions
|
@ -7,14 +7,15 @@
|
|||
|
||||
pkgname=perl-test-output
|
||||
pkgver=1.02
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc='Utilities to test STDOUT and STDERR messages'
|
||||
arch=('any')
|
||||
license=('GPL' 'PerlArtistic')
|
||||
depends=('perl-sub-exporter'
|
||||
'perl-test-tester'
|
||||
'perl-test-pod'
|
||||
'perl-test-pod-coverage')
|
||||
'perl-test-pod-coverage'
|
||||
'perl-capture-tiny')
|
||||
url='http://search.cpan.org/dist/Test-Output'
|
||||
options=('!emptydirs')
|
||||
source=("http://search.cpan.org/CPAN/authors/id/B/BD/BDFOY/Test-Output-$pkgver.tar.gz")
|
||||
|
@ -28,7 +29,7 @@ build() {
|
|||
|
||||
check() {
|
||||
cd Test-Output-$pkgver
|
||||
#make test
|
||||
make test
|
||||
}
|
||||
|
||||
package() {
|
||||
|
|
Loading…
Reference in a new issue