Re: Mis-documentation in docs/config.pod, spool_dir

2009-06-21 Thread Ask Bjørn Hansen
On Jun 21, 2009, at 16:40, Tomas Lee wrote: docs/config.pod says: spool_dir Where temporary files are stored, defaults to tmp/. FIXME: is this correct? That's not correct. It should be "~/tmp/", or as the README puts it, "$ENV{HOME}/tmp/". Yup. Updated docs/config.pod

Mis-documentation in docs/config.pod, spool_dir

2009-06-21 Thread Tomas Lee
docs/config.pod says: spool_dir Where temporary files are stored, defaults to tmp/. FIXME: is this correct? That's not correct. It should be "~/tmp/", or as the README puts it, "$ENV{HOME}/tmp/".