I have been trying to write tests for a module that use's XML::Simple. However, Test::More and Test::Simple as well do not play well with XML::Simple.
There is a call to the built in function "lock" deep inside XML::Simple that conflicts with the thread-safe version of "lock" that is used by Test::More.
For some reason, Test::More imports itself into all the neighboring namespaces and packages. How do I work around this behavior?
In reply to Test::More and XML::Simple by hypochrismutreefuzz
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |