debian/0000755000000000000000000000000012203635605007170 5ustar debian/watch0000644000000000000000000000016012101266676010223 0ustar version=3 https://metacpan.org/release/Test-Exit/ .*/Test-Exit-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/copyright0000644000000000000000000000212012203635540011114 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Test-Exit Upstream-Contact: Andrew Rodland Source: https://metacpan.org/release/Test-Exit/ Files: * Copyright: 2013, Andrew Rodland License: Artistic or GPL-1+ Files: debian/* Copyright: 2010, Maximilian Gass 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/control0000644000000000000000000000251212203635526010575 0ustar Source: libtest-exit-perl Maintainer: Debian Perl Group Uploaders: Maximilian Gass , Florian Schlichting Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libreturn-multilevel-perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-exit-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtest-exit-perl.git Homepage: https://metacpan.org/release/Test-Exit/ Package: libtest-exit-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, perl, libreturn-multilevel-perl Description: Perl module for testing whether code exits without terminating Test::Exit provides some simple tools for testing that code does or does not call exit(), while stopping code that does exit at the point of the exit(). Currently it does so by means of exceptions, so it will not function properly if the code under test calls exit() inside of an eval block or string. . The only criterion tested is that the supplied code does or does not call exit(). If the code throws an exception, the exception will be propagated and you will have to call it yourself. die()ing is not exiting for the purpose of these tests. debian/compat0000644000000000000000000000000212201715673010370 0ustar 8 debian/changelog0000644000000000000000000000175012203635605011045 0ustar libtest-exit-perl (0.11-1) unstable; urgency=low [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ gregor herrmann ] * debian/control: update {versioned,alternative} (build) dependencies. [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ Florian Schlichting ] * Import Upstream version 0.11. * Update upstream copyright. * Bump Standards-Version to 3.9.4 (update to copyright-format 1.0, directly link GPL-1+). * Bump dh compatibility to level 8 (no changes necessary). * Switch to source format 3.0 (quilt). * (Build-)depend on libreturn-multilevel-perl. * Add myself to Uploaders and copyright. -- Florian Schlichting Sat, 17 Aug 2013 10:59:30 +0200 libtest-exit-perl (0.03-1) unstable; urgency=low * Initial Release (closes: #568147) -- Maximilian Gass Mon, 08 Mar 2010 03:02:10 +0100 debian/source/0000755000000000000000000000000012201715736010472 5ustar debian/source/format0000644000000000000000000000001412201715736011700 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003611672202406010245 0ustar #!/usr/bin/make -f %: dh $@