Package Details: perl-set-object 1.43-2

Git Clone URL: https://aur.archlinux.org/perl-set-object.git (read-only, click to copy)
Package Base: perl-set-object
Description: Set of Objects (smalltalkish: IdentitySet)
Upstream URL: https://metacpan.org/pod/Set::Object
Licenses: Artistic-2.0
Submitter: jose1711
Maintainer: None
Last Packager: micwoj92
Votes: 9
Popularity: 0.083677
First Submitted: 2009-02-18 19:01 (UTC)
Last Updated: 2026-03-20 19:24 (UTC)

Latest Comments

jose1711 commented on 2015-11-01 18:37 (UTC)

thank you, fixed

gergan_penkov commented on 2015-11-01 11:10 (UTC)

Hallo Jozef could you please replace the $startdir-usages with $srcdir/$pkgdir respectively as $startdir is obsolete and do not work if building in chroot. I have changed the functions in the following way locally: build() { cd "$srcdir/Set-Object-$pkgver" PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor make } package() { cd "$srcdir/Set-Object-$pkgver" make install DESTDIR=$pkgdir find "$pkgdir" -name '.packlist' -delete find "$pkgdir" -name '*.pod' -delete }

jose1711 commented on 2012-07-15 20:46 (UTC)

@habiloid: thank you for the heads-up, pkgbuild updated. jose

<deleted-account> commented on 2012-07-15 12:41 (UTC)

I had to adjust PKGBUILD to version 1.28 as 1.27 is no longer there