in reply to Re: Testing for a module's presence
in thread Testing for a module's presence

Or Class::Inspector...

use Class::Inspector; if ( Class::Inspector->installed($module) ) { ... }