Search Criteria
Package Details: perl-directory-scratch 0.15-1
Git Clone URL: | https://aur.archlinux.org/perl-directory-scratch.git (read-only, click to copy) |
---|---|
Package Base: | perl-directory-scratch |
Description: | Easy-to-use self-cleaning scratch space. |
Upstream URL: | http://search.cpan.org/dist/Directory-Scratch |
Licenses: | GPL, PerlArtistic |
Submitter: | None |
Maintainer: | jnbek |
Last Packager: | jnbek |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2009-04-21 18:40 (UTC) |
Last Updated: | 2015-06-16 20:48 (UTC) |
Latest Comments
bidulock commented on 2018-08-22 06:58 (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.