in reply to CPAN Testing in multiple platforms how to Debug?
The only way anybody can help you is if you post the code that is failing, both tests and module's code. It would be ideal if you can trim down your code to the failing portion of it.
From that you would get much more advice and directions to make your code platform independent
Does it uses any external libraries like libsomething.so? Does it has any .xs? Is it checking the version of its dependencies? What platforms your code is failing in? Is your module assuming folder separator is "/"? Does it has system calls?
Point is without the code all we can do is guess...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: CPAN Testing in multiple platforms how to Debug?
by paixaop (Novice) on Jun 15, 2010 at 02:39 UTC | |
by paixaop (Novice) on Jun 15, 2010 at 02:44 UTC | |
by Corion (Patriarch) on Jun 15, 2010 at 06:58 UTC |