debian/0000755000000000000000000000000012260116173007165 5ustar debian/compat0000644000000000000000000000000212260116173010363 0ustar 8 debian/copyright0000644000000000000000000000205112260116173011116 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Source: https://metacpan.org/release/Lexical-Failure Upstream-Contact: Damian Conway Upstream-Name: Lexical-Failure Files: * Copyright: 2013, Damian Conway License: Artistic or GPL-1+ Files: debian/* Copyright: 2013, Salvatore Bonaccorso 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/rules0000755000000000000000000000003612260116173010244 0ustar #!/usr/bin/make -f %: dh $@ debian/watch0000644000000000000000000000017312260116173010217 0ustar version=3 https://metacpan.org/release/Lexical-Failure .*/Lexical-Failure-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/control0000644000000000000000000000341312260116173010571 0ustar Source: liblexical-failure-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Salvatore Bonaccorso Build-Depends: debhelper (>= 8) Build-Depends-Indep: libkeyword-simple-perl, libpadwalker-perl, libscope-upper-perl, libtest-effects-perl, perl (>= 5.14.0) Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/liblexical-failure-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/liblexical-failure-perl.git Homepage: https://metacpan.org/release/Lexical-Failure Package: liblexical-failure-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libkeyword-simple-perl, libpadwalker-perl, libscope-upper-perl, perl (>= 5.14.0) Description: Perl module for user-selectable lexically-scoped failure signaling Lexical::Failure sets up two new keywords: fail and ON_FAILURE, with which you can quickly create modules whose failure signaling is lexcially scoped, under the control of client code. . Normally, modules specify some fixed mechanism for error handling and require client code to adapt to that policy. One module may signal errors by returning undef, or perhaps some special "error object". Another may die or croak on failure. A third may set a flag variable. A fourth may require the client code to set up a callback, which is executed on failure. . If you are using all four modules, your own code now has to check for failure in four different ways, depending on where the failing component originated. If you would rather that all components throw exceptions, or all return undef, you will probably have to write wrappers around 3/4 of them, to convert from their "native" failure mechanism to your preferred one. debian/source/0000755000000000000000000000000012260116173010465 5ustar debian/source/format0000644000000000000000000000001412260116173011673 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000026512260116173011042 0ustar liblexical-failure-perl (0.000005-1) unstable; urgency=medium * Initial Release. (Closes: #733418) -- Salvatore Bonaccorso Sun, 29 Dec 2013 08:25:22 +0100