debian/0000755000000000000000000000000012105722440007163 5ustar debian/rules0000755000000000000000000000003612105722440010242 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000262712105722440010575 0ustar Source: libcarp-fix-1-25-perl Maintainer: Debian Perl Group Uploaders: Xavier Guimard Section: perl Priority: optional Build-Depends: debhelper (>= 8), perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcarp-fix-1-25-perl.git Vcs-Git: git://git.debian.org/pkg-perl/packages/libcarp-fix-1-25-perl.git Homepage: https://metacpan.org/release/Carp-Fix-1_25 Package: libcarp-fix-1-25-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: Perl module to smooth over incompatible changes in Carp 1.25 Carp 1.25 made a change to its formatting, adding a period at the end of the message. This can mess up tests and code that are looking for error messages. Carp::Fix::1_25 makes the message consistent, regardless of what version of Carp you're using. . Carp::Fix::1_25 exports its own carp functions which change the Carp message to match the 1.25 version. Carp::Fix::1_25 otherwise acts exactly like Carp and it will honor Carp global variables|Carp/GLOBAL VARIABLES such as @CARP_NOT and %Carp::Internal. . Why do this instead of just upgrading Carp? Upgrading Carp would affect all installed code all at once. You might not be ready for that, or you might not want your module to foist that on its users. This lets you fix things one namespace at a time. debian/source/0000755000000000000000000000000012105722440010463 5ustar debian/source/format0000644000000000000000000000001412105722440011671 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000025112105722440011033 0ustar libcarp-fix-1-25-perl (1.000001-1) unstable; urgency=low * Initial Release (Closes: #699608) -- Xavier Guimard Sun, 10 Feb 2013 08:00:48 +0100 debian/compat0000644000000000000000000000000212105722440010361 0ustar 8 debian/copyright0000644000000000000000000000312112105722440011113 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Carp-Fix-1_25 Source: https://metacpan.org/release/Carp-Fix-1_25 Upstream-Contact: Michael G Schwern Files: * Copyright: 2012, Michael G Schwern License: Artistic or GPL-1+ Files: t/lib/Test/* Copyright: 2001-2008, Michael G Schwern License: Artistic or GPL-1+ Files: t/lib/Test/Builder* Copyright: 2002-2008, chromatic 2002-2008, Michael G Schwern License: Artistic or GPL-1+ Files: t/lib/Test/Builder/IO/Scalar.pm Copyright: 1996, Eryq 1999-2001 ZeeGee Software License: Artistic or GPL-1+ Files: t/lib/Test/Builder/Tester* Copyright: 2002-2004, Mark Fowler 2001, Michael G Schwern License: Artistic or GPL-1+ Files: debian/* Copyright: 2013, Xavier Guimard 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/watch0000644000000000000000000000016712105722440010220 0ustar version=3 https://metacpan.org/release/Carp-Fix-1_25 .*/Carp-Fix-1_25-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$