Package Details: perl-directory-scratch 0.18-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: micwoj92
Last Packager: micwoj92
Votes: 2
Popularity: 0.54
First Submitted: 2009-04-21 18:40 (UTC)
Last Updated: 2024-03-24 11:40 (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.