Binary package “libmodule-optional-perl” in ubuntu xenial

Module::Optional - Breaking module dependency chains

 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.