debian/0000755000000000000000000000000012116211053007156 5ustar debian/rules0000755000000000000000000000003612116211053010235 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000252112116211053010561 0ustar Source: libdevel-hide-perl Maintainer: Debian Perl Group Uploaders: Julien Vaubourg , Xavier Guimard Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: libtest-pod-coverage-perl, libtest-pod-perl, perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdevel-hide-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdevel-hide-perl.git Homepage: https://metacpan.org/release/Devel-Hide/ Package: libdevel-hide-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: module for forcing the unavailability of specified Perl modules (for testing) Given a list of Perl modules/filenames, Devel::Hide makes require and use statements fail (no matter the specified files/modules are installed or not). . They die with a message like: . Can't locate Module/ToHide.pm (hidden) . The original intent of Devel::Hide is to allow Perl developers to test for alternative behavior when some modules are not available. In a Perl installation, where many modules are already installed, there is a chance to screw things up because you take for granted things that may not be there in other machines. debian/source/0000755000000000000000000000000012116211053010456 5ustar debian/source/format0000644000000000000000000000001412116211053011664 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000122312116211053011026 0ustar libdevel-hide-perl (0.0009-1) unstable; urgency=low [ gregor herrmann ] * debian/control: update {versioned,alternative} (build) dependencies. [ Salvatore Bonaccorso ] * Correct Vcs-Browser and Vcs-Git URLs. * Change search.cpan.org based URIs to metacpan.org based URIs [ Xavier Guimard ] * Imported Upstream version 0.0009 * Bump debian/copyright format to 1.0 * Bump Standards-Version to 3.9.4 -- Xavier Guimard Thu, 07 Mar 2013 17:36:27 +0100 libdevel-hide-perl (0.0008-1) unstable; urgency=low * Initial Release. (Closes: #636646) -- Julien Vaubourg Thu, 4 Aug 2011 22:31:31 +0200 debian/compat0000644000000000000000000000000212116211053010354 0ustar 8 debian/copyright0000644000000000000000000000212012116211053011104 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Devel-Hide Source: https://metacpan.org/release/Devel-Hide/ Upstream-Contact: A. R. Ferreira Files: * Copyright: 2005-2007, A. R. Ferreira License: Artistic or GPL-1+ Files: debian/* Copyright: 2011, Julien Vaubourg 2013, Xavier Guimard 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 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 systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/watch0000644000000000000000000000016212116211053010206 0ustar version=3 https://metacpan.org/release/Devel-Hide/ .*/Devel-Hide-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$