libmodule-optional-perl

Module::optional - breaking module dependency chains
  http://search.cpan.org/dist/Module-Optional/
  0
  no reviews



This module provides a way of using a module which may or may not be installed on the target machine. if the module is available it behaves as a straight use. if the module is not available, subs are repointed to their equivalents in a dummy namespace.