debian/0000775000000000000000000000000011502541503007164 5ustar debian/source/0000775000000000000000000000000011502536141010466 5ustar debian/source/format0000664000000000000000000000001411502536141011674 0ustar 3.0 (quilt) debian/rules0000775000000000000000000000003611502536141010245 0ustar #!/usr/bin/make -f %: dh $@ debian/compat0000664000000000000000000000000211502536141010364 0ustar 7 debian/copyright0000664000000000000000000000207611502536141011126 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Maintainer: Ivor Williams Source: http://search.cpan.org/dist/Module-Optional/ Name: Module-Optional Files: * Copyright: Ivor Williams License: Artistic or GPL-1+ Files: debian/* Copyright: 2010, TANIGUCHI Takaki License: Artistic or GPL-1+ License: Artistic This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. . On Debian GNU/Linux systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic'. License: GPL-1+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version. . On Debian GNU/Linux systems, the complete text of version 1 of the General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/changelog0000664000000000000000000000025111502536141011036 0ustar libmodule-optional-perl (0.03-1) unstable; urgency=low * Initial release (Closes: #606847) -- TANIGUCHI Takaki Mon, 13 Dec 2010 14:36:41 +0900 debian/libmodule-optional-perl.docs0000664000000000000000000000001411502536141014572 0ustar README Todo debian/watch0000664000000000000000000000017311502536141010220 0ustar version=3 http://search.cpan.org/dist/Module-Optional/ .*/Module-Optional-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/control0000664000000000000000000000135711502536141010577 0ustar Source: libmodule-optional-perl Section: perl Priority: optional Build-Depends: debhelper (>= 7) Build-Depends-Indep: perl Maintainer: Debian Perl Group Uploaders: TANIGUCHI Takaki 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. debian/libmodule-optional-perl.examples0000664000000000000000000000001311502536141015457 0ustar examples/*