debian/0000755000000000000000000000000012232027437007170 5ustar debian/rules0000755000000000000000000000003612232027437010247 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000332712232027437010600 0ustar Source: libreturn-value-perl Maintainer: Debian Perl Group Uploaders: Krzysztof Krzyzaniak (eloy) , gregor herrmann , Nathan Handler , Florian Schlichting Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libreturn-value-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libreturn-value-perl.git Homepage: https://metacpan.org/release/Return-Value/ Package: libreturn-value-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends} Description: Perl module for polymorphic return values Polymorphic return values are really useful. Often, we just want to know if something worked or not. Other times, we'd like to know what the error text was. Still others, we may want to know what the error code was, and what the error properties were. We don't want to handle objects or data structures for every single return value, but we do want to check error conditions in our code because that's what good programmers do. . When functions are successful they may return true, or perhaps some useful data. In the quest to provide consistent return values, this gets confusing between complex, informational errors and successful return values. . Return::Value provides these features with a simple API that should get you what you're looking for in each context a return value is used in. . WARNING: THIS MODULE IS DEPRECATED. IT HAS STARTED TO ISSUE WARNINGS WHEN USED, AND WILL GO AWAY EVENTUALLY. DO NOT USE! debian/source/0000755000000000000000000000000012232027437010470 5ustar debian/source/format0000644000000000000000000000001412232027437011676 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000751612232027437011053 0ustar libreturn-value-perl (1.666003-1) unstable; urgency=low * New upstream release. * debian/rules: remove override. Environment variable for tests is gone. * Update Upstream-Contact and upstream copyright information. * Remove build-dependencies that were needed for noew removed tests. * Add patch to add back whatis entry to POD. -- gregor herrmann Wed, 23 Oct 2013 22:18:36 +0200 libreturn-value-perl (1.666002-1) unstable; urgency=low [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ gregor herrmann ] * debian/control: update {versioned,alternative} (build) dependencies. [ Nathan Handler ] * Email change: Nathan Handler -> nhandler@debian.org [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ Axel Beckert ] * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg- copyright" [ Florian Schlichting ] * Import Upstream version 1.666002 * Update License paragraphs (directly link GPL-1, do not reference "GNU/Linux") * Bump dh compatibility to level 8 (no changes necessary) * Declare compliance with Debian Policy 3.9.4 * Switch to source format 3.0 (quilt) * Switch to short-form debian/rules * Add deprecation warning to long description * Add myself to uploaders and copyright -- Florian Schlichting Wed, 25 Sep 2013 23:16:28 +0200 libreturn-value-perl (1.666001-1) unstable; urgency=low [ gregor herrmann ] * debian/control: - switch Vcs-Browser field to ViewSVN - change my email address - make short description a noun phrase - mention module name in long description [ Nathan Handler ] * New upstream release * debian/watch: - Remove comment - Update to ignore development releases. * debian/copyright: - Update to new format * debian/rules: - Update to new format * debian/control: - Bump debhelper Build-Depends to >= 7 - Add myself to list of Uploaders - Bump Standards-Version to 3.8.1 * debian/compat: - Bump to 7 -- Nathan Handler Mon, 08 Jun 2009 23:53:02 +0000 libreturn-value-perl (1.302-2) unstable; urgency=low [ Frank Lichtenheld ] * Fix typo in Description [ gregor herrmann ] * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza). Removed: XS- Vcs-Svn fields. * debian/rules: - delete /usr/lib/perl5 only if it exists (closes: #468008) - minor improvements with the help of dh-make-perl's templates; don't install README (text version of the POD documentation) * debian/watch: use dist-based URL * Set Standards-Version to 3.7.3 (no changes). * Set debhelper compatibility level to 6. * debian/copyright: use generic upstream source URL. * Activate additional test by adding libtest-perl-critic-perl to the build dependencies and setting PERL_TEST_CRITIC in debian/rules. -- gregor herrmann Sun, 02 Mar 2008 01:16:55 +0100 libreturn-value-perl (1.302-1) unstable; urgency=low * New upstream release. -- gregor herrmann Sun, 19 Nov 2006 19:02:24 +0100 libreturn-value-perl (1.301-1) unstable; urgency=low * New upstream release. -- gregor herrmann Mon, 7 Aug 2006 21:34:41 +0200 libreturn-value-perl (1.30-2) unstable; urgency=low * Moved debhelper to Build-Depends. * Set Standards-Version to 3.7.2 (no changes). * Set Debhelper Compatibility Level to 5. -- gregor herrmann Fri, 16 Jun 2006 16:55:09 +0200 libreturn-value-perl (1.30-1) unstable; urgency=low * Initial Release (closes: #341465). -- Krzysztof Krzyzaniak (eloy) Sat, 24 Dec 2005 15:53:12 +0100 debian/compat0000644000000000000000000000000212232027437010366 0ustar 8 debian/patches/0000755000000000000000000000000012232027437010617 5ustar debian/patches/whatis.patch0000644000000000000000000000063512232027437013143 0ustar Description: add back whatis entry Origin: vendor Bug: https://rt.cpan.org/Ticket/Display.html?id=89724 Forwarded: https://rt.cpan.org/Ticket/Display.html?id=89724 Author: gregor herrmann Last-Update: 2013-10-23 --- a/lib/Return/Value.pm +++ b/lib/Return/Value.pm @@ -108,7 +108,7 @@ =head1 NAME -Return::Value +Return::Value - polymorphic return values (deprecated) =head1 VERSION debian/patches/series0000644000000000000000000000001512232027437012030 0ustar whatis.patch debian/copyright0000644000000000000000000000212112232027437011117 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Return-Value Upstream-Contact: Ricardo Signes Source: https://metacpan.org/release/Return-Value/ Files: * Copyright: 2005, Casey West License: Artistic or GPL-1+ Files: debian/* Copyright: 2005-2009, Krzysztof Krzyzaniak 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/watch0000644000000000000000000000016412232027437010222 0ustar version=3 https://metacpan.org/release/Return-Value/ .*/Return-Value-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)