Hi,

I am modifying DBD::ODBC and a switch to perl Makefile.PL will cause DBD::ODBC to be built with a different compile macro (e.g. -DWITH_UNICODE). The problem is that some of the test cases are only relevant if DBD::ODBC is compiled with this option.

Originally, I was going to modify Makefile.PL to create a file called WITH_UNICODE and check for its existence in the test and skip the tests if not found. However, I don't know how to remove the file in the make clean rule of MakeMaker.

Any ideas how I can do this, or alternatives greatly appreciated.

Martin
--
Martin J. Evans
Easysoft Limited
http://www.easysoft.com

Reply via email to