Source: libmodule-optional-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: TANIGUCHI Takaki <takaki@debian.org>
Standards-Version: 3.9.1
Homepage: http://search.cpan.org/dist/Module-Optional/

Package: libmodule-optional-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, perl
Description: 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.
