Subject: | version.xs triggers name clash with version.dll on win32 (dll hell) |
Dear John,
unfortunately there is a severe problem with version.pm on win32. The file version.xs is compiled to the file version.dll on win32. There is already a library with the same name. So saying 'use version;' breaks for example every odbc database access within the same program.
Perhaps it would be a good idea to provide also a pure perl version of version.pm (if this is possible) or change the name of version.xs to something else.
With kind regards,
Matthias Waldorf