
Hi, I was trying to find the test suite of an XMLRPC module of perl called Frontier::Responder so I could copy it and tailor it to my own needs. And instead of actually testing the module they .. mimic the behaviour of a testing suite! This is the whole 'testing suite': BEGIN { $| = 1; print "1..1\n"; } END {print "not ok 1\n" unless $loaded;} use Frontier::Client; use Frontier::RPC2; use Frontier::Daemon; $loaded = 1; print "ok 1\n"; The only thing this does is test if the modules can be loaded, and mimic the output of a normal testing suite .. o_O Kenny -- ================================================================== Kenny Billiau Web Developer Tel:+32 (0)9 331 36 95 fax:+32 (0)9 3313809 VIB Department of Plant Systems Biology, Ghent University Technologiepark 927, 9052 Gent, BELGIUM kenny.billiau@ugent.be http://bioinformatics.psb.ugent.be ================================================================== "What we feel isn't important. The only question is what we do." -- Rohl