Search Criteria
Package Details: perl-devel-partialdump 0.20-2
Package Actions
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) |
Dependencies (7)
- perl (perl-gitAUR)
- perl-class-tiny
- perl-namespace-clean
- perl-sub-exporter
- perl-sub-name (check)
- perl-test-warnings (check)
- perl-yaml (check)
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.