diff options
author | Erich Eckner <git@eckner.net> | 2018-04-13 13:32:18 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-04-13 13:32:18 +0200 |
commit | 9ab7f22a43475b33954807b0ce6bcc557231a035 (patch) | |
tree | 6ef2e7a65e174cb1d8c24ef71bb795d05cb7c7cf /perl-specio-library-path-tiny | |
parent | d7d6d0e26a1cf7ff1266ee43fad6c8f506d5884e (diff) | |
download | archlinuxewe-9ab7f22a43475b33954807b0ce6bcc557231a035.tar.xz |
perl-specio-library-path-tiny: make check() pass
Diffstat (limited to 'perl-specio-library-path-tiny')
-rw-r--r-- | perl-specio-library-path-tiny/PKGBUILD | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/perl-specio-library-path-tiny/PKGBUILD b/perl-specio-library-path-tiny/PKGBUILD index e27bbb755..b2969c586 100644 --- a/perl-specio-library-path-tiny/PKGBUILD +++ b/perl-specio-library-path-tiny/PKGBUILD @@ -23,6 +23,10 @@ makedepends=( 'perl-test-fatal' 'perl-test-simple>=0.96' ) +checkdepends=( + 'perl-eval-closure' + 'perl-sub-quote' +) url='https://metacpan.org/release/Specio-Library-Path-Tiny' _distdir="Specio-Library-Path-Tiny-${pkgver}" source=("https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/${_distdir}.tar.gz") |