Package perl-Return-Value: Information

    Source package: perl-Return-Value
    Version: 1.666001-alt1.1
    Build time:  Nov 24, 2010, 01:48 PM
    Category: Development/Perl
    Report package bug
    License: Artistic
    Summary: Polymorphic Return Values
    Description: 
    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.

    List of rpms provided by this srpm:
    perl-Return-Value (noarch)

    Maintainer: Vitaly Lipatov

    List of contributors:
    Igor Vlasenko
    Vitaly Lipatov

    ACL:
    @qa_p7

      1. perl-Test-Pod
      2. perl-Test-Pod-Coverage

    Last changed


    Nov. 22, 2010 Igor Vlasenko 1.666001-alt1.1
    - repair after perl 5.12 upgrade using girar-nmu
    July 13, 2010 Igor Vlasenko 1.666001-alt1
    - automated CPAN update
    Sept. 6, 2008 Vitaly Lipatov 1.302-alt2
    - fix directory ownership violation