http://qs321.pair.com?node_id=428449


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) ) { ... }