> BTW, will beta 2 have a default datadir of > > my $datadir = File::Spec->catdir(File::Spec->updir(), > File::Spec->updir(), > "pm"); > > (like v0.7x) instead of > > my $datadir = "/home/gerv/pm";
No. The default datadir will always be the one I use :-) The reason it's no longer relative is that relative worked for 0.7.5, within the constraints of directory structure outlined in the documentation. However, I want all my patches stored in a central directory (and I think other people will too) and I have code in /usr/src/bugzilla/ , /usr/src/zillas/bugzilla-2002-XX-XX, /home/gerv/somedirectory/somecodedir and whatever. Why is editing the path a problem? Gerv
