hypochrismutreefuzz has asked for the wisdom of the Perl Monks concerning the following question:
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?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Test::More and XML::Simple
by grantm (Parson) on Aug 12, 2004 at 01:34 UTC | |
by hypochrismutreefuzz (Scribe) on Aug 13, 2004 at 10:39 UTC | |
|
Re: Test::More and XML::Simple
by fergal (Chaplain) on Aug 11, 2004 at 22:35 UTC | |
by chromatic (Archbishop) on Aug 11, 2004 at 22:52 UTC | |
|
Re: Test::More and XML::Simple
by johnnywang (Priest) on Aug 11, 2004 at 22:38 UTC |