debian/0000755000000000000000000000000012253360746007176 5ustar debian/rules0000755000000000000000000000003612253360746010255 0ustar #!/usr/bin/make -f %: dh $@ debian/libtest-warnings-perl.examples0000644000000000000000000000001312253360746015164 0ustar examples/* debian/control0000644000000000000000000000257412253360746010611 0ustar Source: libtest-warnings-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Florian Schlichting Build-Depends: debhelper (>= 9.20130630~), libmodule-build-tiny-perl (>= 0.030), perl Build-Depends-Indep: libtest-checkdeps-perl (>= 0.007), libtest-deep-perl, libtest-tester-perl (>= 0.108), perl (>= 5.11.1) | libtest-simple-perl (>= 0.94) Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-warnings-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtest-warnings-perl.git Homepage: https://metacpan.org/release/Test-Warnings Package: libtest-warnings-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: Perl module to test for warnings and the lack of them If you've ever tried to use Test::NoWarnings to confirm there are no warnings generated by your tests, combined with the convenience of done_testing to not have to declare a test count, you'll have discovered that these two features do not play well together, as the test count will be calculated before the warnings test is run, resulting in a TAP error. . Test::Warnings is intended to be used as a drop-in replacement for Test::NoWarnings. It can also be used as a replacement for Test::Warn, if you wish to test the content of expected warnings. debian/source/0000755000000000000000000000000012253360746010476 5ustar debian/source/format0000644000000000000000000000001412253360746011704 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000224712253360746011055 0ustar libtest-warnings-perl (0.013-1) unstable; urgency=medium * Team upload. * New upstream release. * Update build dependencies. * Declare compliance with Debian Policy 3.9.5. -- gregor herrmann Sun, 15 Dec 2013 18:07:39 +0100 libtest-warnings-perl (0.012-1) unstable; urgency=low * Team upload * New upstream release + documentation/build infrastructure changes * install CONTRIBUTING file as documentation -- Damyan Ivanov Fri, 18 Oct 2013 22:36:31 +0300 libtest-warnings-perl (0.010-1) unstable; urgency=low * Team upload. * New upstream release. * Update build dependencies. -- gregor herrmann Sat, 05 Oct 2013 16:19:11 +0200 libtest-warnings-perl (0.009-1) unstable; urgency=low * Team upload. * New upstream release. * Update build dependencies. * Build-depend on debhelper (>= 9.20130630~). Needed for Module::Build::Tiny support. -- gregor herrmann Fri, 13 Sep 2013 14:55:57 +0200 libtest-warnings-perl (0.008-1) unstable; urgency=low * Initial Release. (Closes: #720023) -- Florian Schlichting Sat, 17 Aug 2013 22:13:01 +0200 debian/libtest-warnings-perl.docs0000644000000000000000000000001512253360746014300 0ustar CONTRIBUTING debian/compat0000644000000000000000000000000212253360746010374 0ustar 9 debian/copyright0000644000000000000000000000204212253360746011127 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Source: https://metacpan.org/release/Test-Warnings Upstream-Contact: Karen Etheridge Upstream-Name: Test-Warnings Files: * Copyright: 2013, Karen Etheridge License: Artistic or GPL-1+ Files: debian/* Copyright: 2013, Florian Schlichting 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/watch0000644000000000000000000000016712253360746010233 0ustar version=3 https://metacpan.org/release/Test-Warnings .*/Test-Warnings-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$