Re: compiler test

2009-03-04 Thread David Golden
On Wed, Mar 4, 2009 at 7:22 PM, Zefram wrote: > I reckon I ought to be using the more robust ->have_c_compiler method Probably a good idea. > problem in its file handling.  It calls ExtUtils::CBuilder->have_compiler, > which sticks its test files in a fixed location, /tmp/compilet.{c,o,so} > on

compiler test

2009-03-04 Thread Zefram
I reckon I ought to be using the more robust ->have_c_compiler method in Module::Build, rather than just checking ->cbuilder, to determine whether to do XS stuff in XML-Easy. (I can easily provide a backup implementation of ->have_c_compiler to allow building with earlier versions of M:B. (I pref