Raphael Geissert <[email protected]> writes: > I considered using File::Path, but lib/Util.pm runs rm(1) on delete_dir, so > I made it use mkdir(1) until both use File::Path.
> As far as I could see File::Path requires more special error handling code > and we could benefit if this is done only in one place (i.e. wrapping > File::Path's make_path and remove_tree in another module.) It doesn't as much here since it's okay if the collection script dies, but yeah, in general that makes sense. -- Russ Allbery ([email protected]) <http://www.eyrie.org/~eagle/> -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

