debian/0000755000000000000000000000000012141257550007170 5ustar debian/control0000644000000000000000000000253012141257342010572 0ustar Source: libtest-tabledriven-perl Section: perl Priority: optional Build-Depends: cdbs, devscripts, perl, debhelper, dh-buildinfo Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/git/pkg-perl/packages/libtest-tabledriven-perl Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-tabledriven-perl.git Homepage: http://search.cpan.org/dist/Test-TableDriven/ Package: libtest-tabledriven-perl Architecture: all Depends: ${cdbs:Depends}, ${misc:Depends}, ${perl:Depends} Recommends: ${cdbs:Recommends} Suggests: ${cdbs:Suggests} Description: write tests, not scripts that run them Writing table-driven tests is usually a good idea. Adding a test case doesn't require adding code, so it's easy to avoid fucking up the other tests. However, actually going from a table of tests to a test that runs is non-trivial. . Test::TableDriven makes writing the test drivers trivial. You simply define your test cases and write a function that turns the input data into output data to compare against. C will compute how many tests need to be run, and then run the tests. . Concentrate on your data and what you're testing, not plan tests => scalar keys %test_cases and a big foreach loop. debian/source/0000755000000000000000000000000011752713702010473 5ustar debian/source/format0000644000000000000000000000001411373262460011700 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000026512141257550011045 0ustar libtest-tabledriven-perl (0.02-1) unstable; urgency=low * Initial packaging release. Closes: bug#706780. -- Jonas Smedegaard Sat, 04 May 2013 21:20:07 +0200 debian/README.source0000644000000000000000000000056312134045103011342 0ustar CDBS+git-buildpackage --------------------- This source package uses CDBS and git-buildpackage. NMUs need not (but are encouraged to) make special use of these tools. In particular, the debian/control.in file can be completely ignored. More info here: http://wiki.debian.org/CDBS+git-buildpackage -- Jonas Smedegaard Mon, 18 Feb 2013 12:55:37 +0100 debian/compat0000644000000000000000000000000212141240265010361 0ustar 8 debian/watch0000644000000000000000000000024212141255064010215 0ustar # Run the "uscan" command to check for upstream updates and more. version=3 http://search.cpan.org/dist/Test-TableDriven/ .*/Test-TableDriven-([\d.]+)\.tar\.gz debian/copyright_hints0000644000000000000000000000210012141257337012324 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: FIXME Upstream-Contact: FIXME Source: FIXME Disclaimer: Autogenerated by CDBS Files: Changes MANIFEST MANIFEST.SKIP META.yml Makefile.PL README debian/README.source debian/compat debian/control debian/control.in debian/gbp.conf debian/source/format debian/watch inc/Module/Install.pm inc/Module/Install/Base.pm inc/Module/Install/Can.pm inc/Module/Install/Fetch.pm inc/Module/Install/Makefile.pm inc/Module/Install/Win32.pm inc/Module/Install/WriteAll.pm t/author/pod-coverage.t t/author/pod.t Copyright: *No copyright* License: UNKNOWN FIXME Files: t/live-refs.t t/live-simple.t Copyright: 2007, Jonathan Rockway License: UNKNOWN FIXME Files: debian/rules Copyright: 2013, Jonas Smedegaard License: GPL-3+ FIXME Files: inc/Module/Install/Metadata.pm Copyright: License: UNKNOWN FIXME Files: lib/Test/TableDriven.pm Copyright: 2007, Jonathan Rockway 2007, Jonathan Rockway. You may use License: UNKNOWN FIXME debian/copyright0000644000000000000000000000403312141257540011122 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Test::TableDriven Upstream-Contact: http://rt.cpan.org/NoAuth/Bugs.html?Dist=Test-TableDriven Source: http://search.cpan.org/dist/Test-TableDriven/ Files: * Copyright: 2007, Jonathan Rockway License: Artistic or GPL-1+ Comment: License: . You may use, modify, and redistribute it under the same terms as Perl itself. . Comment: . Perl 5 is licensed under either the 'Artistic license' or the 'GNU General Public License' version 1 or later. Files: inc/Module/Install* Copyright: 2001-2006, Audrey Tang 2002-2004, Brian Ingerson 2006,2008-2011, Adam Kennedy License: Artistic or GPL-1+ Comment: License: . This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. . Comment: . Mangled convenience copy of Module::Install. Files: debian/* Copyright: 2013, Jonas Smedegaard License: GPL-3+ License: Artistic Comment: . On Debian systems the 'Artistic License' is located in '/usr/share/common-licenses/Artistic'. License: GPL-1+ Comment: . On Debian systems the 'GNU General Public License' version 1 is located in '/usr/share/common-licenses/GPL-1'. License: GPL-3+ 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 3, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . Comment: . On Debian systems the 'GNU General Public License' version 3 is located in '/usr/share/common-licenses/GPL-3'. . You should have received a copy of the 'GNU General Public License' along with this program. If not, see . debian/gbp.conf0000644000000000000000000000014611373262460010612 0ustar # Configuration file for git-buildpackage and friends [DEFAULT] pristine-tar = True sign-tags = True debian/rules0000755000000000000000000000217312141256742010255 0ustar #!/usr/bin/make -f # -*- mode: makefile; coding: utf-8 -*- # Copyright 2013, Jonas Smedegaard # Description: Main Debian packaging script for Test::TableDriven # # 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 3, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . include /usr/share/cdbs/1/rules/upstream-tarball.mk include /usr/share/cdbs/1/rules/utils.mk include /usr/share/cdbs/1/class/perl-makemaker.mk include /usr/share/cdbs/1/rules/debhelper.mk DEB_UPSTREAM_PACKAGE = Test-TableDriven DEB_UPSTREAM_URL = http://www.cpan.org/modules/by-module/Test DEB_UPSTREAM_TARBALL_MD5 = ef9a445ad0efeb4c92c714a709ca3178 debian/control.in0000644000000000000000000000245312141255565011210 0ustar Source: libtest-tabledriven-perl Section: perl Priority: optional Build-Depends: @cdbs@ Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/git/pkg-perl/packages/libtest-tabledriven-perl Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-tabledriven-perl.git Homepage: http://search.cpan.org/dist/Test-TableDriven/ Package: libtest-tabledriven-perl Architecture: all Depends: ${cdbs:Depends}, ${misc:Depends}, ${perl:Depends} Recommends: ${cdbs:Recommends} Suggests: ${cdbs:Suggests} Description: write tests, not scripts that run them Writing table-driven tests is usually a good idea. Adding a test case doesn't require adding code, so it's easy to avoid fucking up the other tests. However, actually going from a table of tests to a test that runs is non-trivial. . Test::TableDriven makes writing the test drivers trivial. You simply define your test cases and write a function that turns the input data into output data to compare against. C will compute how many tests need to be run, and then run the tests. . Concentrate on your data and what you're testing, not plan tests => scalar keys %test_cases and a big foreach loop.