Package perl-boolean: Information

    Source package: perl-boolean
    Version: 0.28-alt1
    Build time:  Sep 22, 2011, 11:46 PM
    Category: Development/Perl
    Report package bug
    License: Artistic
    Summary: Boolean support for Perl
    Description: 
    Most programming languages have a native `Boolean' data type.
    Perl does not.
    
    Perl has a simple and well known Truth System. The following scalar
    values are false:
    
        $false1 = undef;
        $false2 = 0;
        $false3 = 0.0;
        $false4 = '';
        $false5 = '0';
    
    Every other scalar value is true.
    
    This module provides basic Boolean support, by defining two special
    objects: `true' and `false'.

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

    Maintainer: Denis Smirnov

    List of contributors:
    Igor Vlasenko
    Denis Smirnov

    ACL:
    @qa_p7

      1. perl-Pod-Escapes
      2. perl-devel

    Last changed


    Sept. 22, 2011 Igor Vlasenko 0.28-alt1
    - automated CPAN update
    Jan. 1, 2011 Denis Smirnov 0.23-alt1
    - initial build for ALT Linux Sisyphus