On mån, 2004-10-11 at 19:33, Ofer Nave wrote: > Or you could supply a reasonable BasePath by default, perhaps using > File::Spec->tmpdir();
Using tmpdir defeats the purpose of the module somewhat, since a tmpdir is not guaranteed to be persistent between invocations Debian clears /tmp on startup at least. It is now possible to specify the BasePath via perl -M instead. /Mattias