libreturn-value-perl_1.30-1_i386.changes is NEW

Debian Installer installer at ftp-master.debian.org
Tue Dec 27 09:32:11 UTC 2005


(new) libreturn-value-perl_1.30-1.diff.gz optional perl
(new) libreturn-value-perl_1.30-1.dsc optional perl
(new) libreturn-value-perl_1.30-1_all.deb optional perl
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.
 .
 This module provides these features with a simple API that should get you what
 you're looking for in each contex a return value is used in.
(new) libreturn-value-perl_1.30.orig.tar.gz optional perl
Changes: libreturn-value-perl (1.30-1) unstable; urgency=low
 .
  * Initial Release (closes: #341465).
Announcing to debian-devel-changes at lists.debian.org
Closing bugs: 341465 


Your package contains new components which requires manual editing of
the override file.  It is ok otherwise, so please be patient.  New
packages are usually added to the override file about once a week.

You may have gotten the distribution wrong.  You'll get warnings above
if files already exist in other distributions.



More information about the pkg-perl-maintainers mailing list