Package Details: perl-anyevent-inotify-simple 0.03-1

Git Clone URL: https://aur.archlinux.org/perl-anyevent-inotify-simple.git (read-only, click to copy)
Package Base: perl-anyevent-inotify-simple
Description: monitor a directory tree in a non-blocking way
Upstream URL: http://search.mcpan.org/dist/AnyEvent-Inotify-Simple
Licenses: GPL, PerlArtistic
Submitter: minimalist
Maintainer: None
Last Packager: jnbek
Votes: 0
Popularity: 0.000000
First Submitted: 2011-10-31 23:02 (UTC)
Last Updated: 2015-06-16 20:03 (UTC)

Latest Comments

bidulock commented on 2018-08-22 06:29 (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.