diff options
author | Britney Fransen <brfransen@gmail.com> | 2018-05-30 16:26:15 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2018-05-30 16:26:15 (GMT) |
commit | d1054b5ce8c6232539d7805696d39cc29055ab7e (patch) | |
tree | a64e961e6492a3d4a735249a691032e8fb664a85 /abs | |
parent | d5e7c3335d556c8ae389fbdb716bb8b53621d7bb (diff) | |
download | linhes_pkgbuild-d1054b5ce8c6232539d7805696d39cc29055ab7e.zip linhes_pkgbuild-d1054b5ce8c6232539d7805696d39cc29055ab7e.tar.gz linhes_pkgbuild-d1054b5ce8c6232539d7805696d39cc29055ab7e.tar.bz2 |
perl-module-implementation: update to 0.09
Diffstat (limited to 'abs')
-rw-r--r-- | abs/core/perl_modules/perl-module-implementation/PKGBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/abs/core/perl_modules/perl-module-implementation/PKGBUILD b/abs/core/perl_modules/perl-module-implementation/PKGBUILD index 03b2fa5..d58e8b4 100644 --- a/abs/core/perl_modules/perl-module-implementation/PKGBUILD +++ b/abs/core/perl_modules/perl-module-implementation/PKGBUILD @@ -3,23 +3,23 @@ # Contributor: 3ED <krzysztof1987 at gmail dot com> pkgname=perl-module-implementation -pkgver=0.06 -pkgrel=2 +pkgver=0.09 +pkgrel=3 pkgdesc="Loads one of several alternate underlying implementations for a module" arch=('any') license=('PerlArtistic') options=('!emptydirs') -depends=('perl-module-runtime>=0.012') +depends=('perl-module-runtime>=0.012' 'perl-try-tiny') checkdepends=('perl-test-requires' 'perl-test-fatal') url="http://search.cpan.org/dist/Module-Implementation/" source=(http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Module-Implementation-$pkgver.tar.gz) -md5sums=('748f3540162fc52222d761fab3efb266') +md5sums=('52e3fe0ca6b1eff0488d59b7aacc0667') build() { cd "${srcdir}/Module-Implementation-${pkgver}" export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL="--skipdeps" \ - PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \ - PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \ + PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='"$pkgdir"'" \ + PERL_MB_OPT="--installdirs vendor --destdir '"$pkgdir"'" \ MODULEBUILDRC=/dev/null perl Makefile.PL make |