debian/0000755000000000000000000000000011666243326007177 5ustar debian/control0000644000000000000000000000267311666243326010612 0ustar Source: libtest-nowarnings-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl (>= 5.10.1), libtest-tester-perl Maintainer: Debian Perl Group Uploaders: Martín Ferrari , Nicholas Bamber Standards-Version: 3.9.2 Homepage: http://search.cpan.org/dist/Test-NoWarnings/ Vcs-Git: git://git.debian.org/pkg-perl/packages/libtest-nowarnings-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-nowarnings-perl.git Package: libtest-nowarnings-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, perl (>= 5.10.1) Description: module to make sure you didn't emit any warnings while testing In general, your tests shouldn't produce warnings. This modules causes any warnings to be captured and stored. It automatically adds an extra test that will run when your script ends to check that there were no warnings. If there were any warings, the test will give a "not ok" and diagnostics of where, when and what the warning was, including a stack trace of what was going on when the it occurred. . If some of your tests are supposed to produce warnings then you should be capturing and checking them with Test::Warn, that way Test::NoWarnings will not see them and so not complain. . The test is run by an END block in Test::NoWarnings. It will not be run when any forked children exit. debian/copyright0000644000000000000000000000165611666243326011142 0ustar Format-Specification: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markup&pathrev=135 Maintainer: Fergal Daly Source: http://search.cpan.org/dist/Test-NoWarnings/ Name: Test-NoWarnings Files: * Copyright: 2003-2007, Fergal Daly 2010-2011, Adam Kennedy License: LGPL-2.1 Files: debian/* Copyright: 2005-2006, Florian Ragwitz 2008, Marc 'HE' Brockschmidt 2008, Martín Ferrari 2010, Nicholas Bamber License: LGPL-2.1 License: LGPL-2.1 This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License, version 2.1 as published by the Free Software Foundation. . On Debian systems, the complete text of version 2.1 of the GNU Lesser General Public License can be found in `/usr/share/common-licenses/LGPL-2.1' debian/watch0000644000000000000000000000017211666243326010230 0ustar version=3 http://search.cpan.org/dist/Test-NoWarnings/ .+/Test-NoWarnings-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/compat0000644000000000000000000000000211666243326010375 0ustar 8 debian/changelog0000644000000000000000000000634311666243326011057 0ustar libtest-nowarnings-perl (1.04-1) unstable; urgency=low * Team upload. * New upstream release. -- gregor herrmann Fri, 02 Dec 2011 22:44:28 +0100 libtest-nowarnings-perl (1.03-1) unstable; urgency=low [ Harlan Lieberman-Berg ] * Team upload * New upstream release. * Bumped compat, debhelper to 8, standards version to 3.9.2. [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * debian/copyright: Replace DEP5 Format-Specification URL from svn.debian.org to anonscm.debian.org URL. [ gregor herrmann ] * Update years of upstream copyright. * Update build and runtime dependencies: - remove libtest-tester-perl from Depends - (build) depend on perl 5.10.1 (for Test::Builder 0.86) -- Harlan Lieberman-Berg Mon, 08 Aug 2011 14:09:54 -0400 libtest-nowarnings-perl (1.02-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release * Use new short debhelper rules format * Update copyright to DEP5 format [ gregor herrmann ] * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). * debian/control: Added: ${misc:Depends} to Depends: field. [ Ryan Niebur ] * Remove Florian Ragwitz from Uploaders (Closes: #523246) [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Nicholas Bamber ] * New upstream release * Standards-Version 3.9.1 * Added myself to Uploaders * Added debian/source/format * Refreshed copyright * Removed unneccessary version dependency -- Nicholas Bamber Tue, 14 Sep 2010 21:14:00 +0100 libtest-nowarnings-perl (0.084-1) unstable; urgency=low [ gregor herrmann ] * Take over for the Debian Perl Group with maintainer's permission (http://lists.debian.org/debian-perl/2008/06/msg00039.html) * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza). Changed: Maintainer set to Debian Perl Group (was: Florian Ragwitz ); Florian Ragwitz moved to Uploaders. * Add debian/watch. [ Martín Ferrari ] * New upstream release. * debian/rules: synced with current templates for dh7. * debian/control: increased debhelper dependency to 7, added myself to Uploaders, bumped Standards-Version with no changes. * debian/copyright: new format. -- Martín Ferrari Wed, 02 Jul 2008 01:03:11 -0300 libtest-nowarnings-perl (0.082-1.3) unstable; urgency=low * Non-maintainer upload. * debian/rules: Don't fail when perl is smart enough not to create empty dirs. (Closes: 467812) -- Marc 'HE' Brockschmidt Sun, 06 Apr 2008 12:21:41 +0200 libtest-nowarnings-perl (0.082-1) unstable; urgency=low * New upstream release (Closes: #348599). * Introduced a version in (build-)dep to libtest-tester-perl. * Changed Maintainer field to my new maintainer address. -- Florian Ragwitz Wed, 18 Jan 2006 23:23:18 +0100 libtest-nowarnings-perl (0.08-1) unstable; urgency=low * Initial release. -- Florian Ragwitz Tue, 12 Jul 2005 15:20:23 +0200 debian/source/0000755000000000000000000000000011666243326010477 5ustar debian/source/format0000644000000000000000000000001411666243326011705 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003611666243326010256 0ustar #!/usr/bin/make -f %: dh $@