Package Details: perl-devel-partialdump 0.20-2

Git Clone URL: https://aur.archlinux.org/perl-devel-partialdump.git (read-only, click to copy)
Package Base: perl-devel-partialdump
Description: Partial dumping of data structures, optimized for argument printing.
Upstream URL: https://metacpan.org/release/Devel-PartialDump
Licenses: LicenseRef-GPL-1.0-or-later OR Artistic-1.0-Perl
Submitter: None
Maintainer: None
Last Packager: MarsSeed
Votes: 2
Popularity: 0.000000
First Submitted: 2009-04-22 08:46 (UTC)
Last Updated: 2024-02-13 23:49 (UTC)

Latest Comments

bidulock commented on 2018-08-22 06:55 (UTC)

find "$pkgdir" -name .packlist -o -name perllocal.pod -delete

must now be changed to

find "$pkgdir" ( -name .packlist -o -name perllocal.pod ) -delete

to work.