Re: Module::Build test practices (was r13228 ...)
David Golden <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.module-build |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Aug 28, 2009 at 12:57 PM, Eric Wilhelm<[email protected]> wrote: > Yeah. It looks like there are very few places where tmpdir is being > used alone (write_default_maniskip.t - but I think even that one should > just be done with DistGen.) There are some potential uses for temp directories (e.g. install testing), so MBTest should keep the function, but we can make the usage a lot more rare if we bury it in DistGen. -- David