On Thursday 08 April 2004 09:21, Patrick LeBoutillier wrote: > One simple workaround that should work is to use different "_Inline" > directories for different things (you can set this using the DIRECTORY > option). > > So maybe you could use "_Inline_make" for your Makefile.PL stuff, and > then just use "_Inline" or "_Inline_test" for the test suite. Then you > would have independent config files and I think it should all work out. > > I agree that users can change the DIRECTORY themsleves for their own > code, but I wouldn't worry to much about users wanting to change it in > for the Makefile.PL. > > Patrick
Patrick, Thanks for the suggestion. I ended up just manually deleteing the config file by using the Inline::find_temp_dir() function (which I found digging through the code). I'm hoping it's a routine that users can call (ie isn't likely to go away/change behavior). Doug