From: Robert M. <rob...@us...> - 2008-01-13 20:38:12
|
On 09/08/2007, Robert May <rob...@us...> wrote: > On 26/06/07, Robert May wrote: > > On 26/06/07, Glenn Linderman wrote: > > > On 6/26/2007 10:57 AM, Perl Rob wrote: > > > > > > > I'm using Win32::GUI::BitmapInline and I have just one problem with > > > > it: the requirement that my script have write access to the current > > > > directory. > > That's tracker number: 1586643 > http://sourceforge.net/tracker/index.php?func=detail&aid=1586643&group_id=16572&atid=116572 > > So I'm using File::Spec->tmpdir() to get a writable tmp directory. > > While I'm at it I'm going to make the module thread-safe (it's > currently possible to use it from 2 threads, and get the same tmp > filename in each case - that would cause problems. > > I'll also add some tests. I've just committed changes to deal with this to CVS - it'll be in the next release. Rob. |