debian/0000755000000000000000000000000012212657256007176 5ustar debian/rules0000755000000000000000000000003612212657256010255 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000211712212657256010602 0ustar Source: libtest-failwarnings-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Oleg Gashev Build-Depends: debhelper (>= 8), perl Build-Depends-Indep: libcapture-tiny-perl (>= 0.12), perl (>= 5.13.4) | libtest-simple-perl (>= 0.96) Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-failwarnings-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtest-failwarnings-perl.git Homepage: https://metacpan.org/release/Test-FailWarnings/ Package: libtest-failwarnings-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: module for adding test failures if warnings are caught Test::FailWarnings hooks $SIG{__WARN__} and converts warnings to Test::More's fail() calls. It is designed to be used with done_testing, when you don't need to know the test count in advance. . Just as with Test::NoWarnings, this does not catch warnings if other things localize $SIG{__WARN__}, as this is designed to catch unhandled warnings. debian/source/0000755000000000000000000000000012212657256010476 5ustar debian/source/format0000644000000000000000000000001412212657256011704 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000111412212657256011045 0ustar libtest-failwarnings-perl (0.7-1) unstable; urgency=low * New upstream release. -- Oleg Gashev Fri, 06 Sep 2013 16:13:08 -0400 libtest-failwarnings-perl (0.6-1) unstable; urgency=low * New upstream release. * Added perl to Build-Depends. * Added perl (>= 5.13.4) | libtest-simple-perl (>= 0.96) to Build-Depends-Indep. -- Oleg Gashev Mon, 26 Aug 2013 14:43:58 -0400 libtest-failwarnings-perl (0.5-1) unstable; urgency=low * Initial Release. (Closes: #708266) -- Oleg Gashev Tue, 14 May 2013 10:37:47 -0400 debian/compat0000644000000000000000000000000212212657256010374 0ustar 8 debian/copyright0000644000000000000000000000332712212657256011136 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Test-FailWarnings Source: https://metacpan.org/release/Test-FailWarnings/ Upstream-Contact: David Golden Files: * Copyright: 2013, David Golden License: Apache-2.0 Files: debian/* Copyright: 2013, Oleg Gashev License: Apache-2.0 or Artistic or GPL-1+ License: Apache-2.0 Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. . On Debian systems, the complete text of the Apache License, Version 2.0 can be found in `/usr/share/common-licenses/Apache-2.0'. 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/watch0000644000000000000000000000020012212657256010217 0ustar version=3 https://metacpan.org/release/Test-FailWarnings/ .*/Test-FailWarnings-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$