Hi, I've been in contact with the author of Net-SSLeay about testing his module. One limitation I have to work with is that the module has to work out of the box with perl 5.6.0 which doesn't include the Test::Simple and Test::More modules.
I guess this limits me to using the old Test module. He did make one suggestion though; would it be worth the effort to selectively use Test::More or Test depending on what's available? Finally, I wanted to confirm an assumption: I can split test.pl into a set of seperate t/*.t test scripts regardless of whether I'm using Test or Test::More. Thanks, Walter