community/perl-test-output to 1.02-2

This commit is contained in:
Mike Brown 2013-07-29 14:19:00 -04:00
parent 02ab35816e
commit 809995ec2b

View file

@ -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() {