in reply to Re: use_ok output
in thread use_ok output

Just to expand on the question. I have an install checker for my application. This needs a series of modules and the checker needs to find out whether they are on the target system. However I'm trying to make it as simple as possible, so I don't want to use extra non-core modules for this, for example or modify modules.

Thanks for all the replies. Actually, testing the modules via eval and giving up on use_ok looks promising.