debian/0000755000000000000000000000000011717530505007172 5ustar debian/watch0000644000000000000000000000014111717530505010217 0ustar version=3 http://mirrors.kernel.org/cpan/modules/by-module/Test/Test-ClassAPI-([\d\.]+)\.tar\.gz debian/rules0000755000000000000000000000003611717530505010251 0ustar #!/usr/bin/make -f %: dh $@ debian/source/0000755000000000000000000000000011717530505010472 5ustar debian/source/format0000644000000000000000000000001411717530505011700 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000211717530505010370 0ustar 8 debian/copyright0000644000000000000000000000304411717530505011126 0ustar Format-Specification: http://anonscm.debian.org/viewvc/dep/web/deps/dep5/copyright-format.xml?revision=248 Upstream-Contact: Adam Kennedy Source: http://search.cpan.org/dist/Test-ClassAPI/ Upstream-Name: Test-ClassAPI Files: * Copyright: 2002 - 2009, Adam Kennedy License: Artistic or GPL-1 Files: inc/Module/* Copyright: 2002 - 2011, Brian Ingerson 2002 - 2011, Audrey Tang 2002 - 2011, Adam Kennedy License: Artistic or GPL-1 Files: inc/Modules/Install/Base.pm Copyright: 2003 - 2004, Audrey Tang License: Artistic or GPL-1 Files: inc/Modules/Install/Can.pm Copyright: 2006, Audrey Tang License: Artistic or GPL-1 Files: debian/* Copyright: 2005 - 2012, Jonas Genannt 2008, Mark Hymers 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/changelog0000644000000000000000000000217611717530505011052 0ustar libtest-classapi-perl (1.06-1) unstable; urgency=low * New upstream release * Switch to dpkg-source 3.0 (quilt) format * bumped dpkg compat version * bumped standards version * d/watch: added watch file * d/rules: reduced files * d/control: added ${misc:Depends} * d/control: added Homepage field * d/control: added DM-Upload field * d/control: added libparams-util-perl to Depends * d/copyright: update to DEP5 -- Jonas Genannt Fri, 17 Feb 2012 20:56:36 +0100 libtest-classapi-perl (1.05-1) unstable; urgency=low * New Upstream Release * new Build Dep: libparams-util-perl * new standards version * debian/rules: fixed Make clean -- Jonas Genannt Fri, 26 Sep 2008 20:08:38 +0200 libtest-classapi-perl (1.02-1.1) unstable; urgency=low * Non-maintainer upload. * Fix FTBFS with Perl 5.10. Closes: #468020. -- Mark Hymers Sat, 05 Apr 2008 15:48:58 +0100 libtest-classapi-perl (1.02-1) unstable; urgency=low * Initial Release (Closes: #343340) -- Jonas Genannt Thu, 1 Dec 2005 20:23:13 +0200 debian/control0000644000000000000000000000152311717530505010576 0ustar Source: libtest-classapi-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl (>= 5.8.0-7), libclass-inspector-perl, libconfig-tiny-perl, libparams-util-perl Maintainer: Jonas Genannt Standards-Version: 3.9.2 Homepage: http://search.cpan.org/dist/Test-ClassAPI/ DM-Upload-Allowed: yes Package: libtest-classapi-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libclass-inspector-perl, libconfig-tiny-perl, libparams-util-perl Description: Perl extension for basic first-pass API testing for class trees For many APIs with large numbers of classes, it can be very useful to be able to do a quick once-over to make sure that classes, methods, and inheritance is correct, before doing more comprehensive testing. This module aims to provide such a capability.