Package perl-boolean: Information

    Source package: perl-boolean
    Version: 0.46-alt1
    Latest version according to Repology
    Build time:  Jul 26, 2016, 12:01 AM in the task #167384
    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:
    @cpan
    @everybody

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

    Last changed


    July 25, 2016 Igor Vlasenko 0.46-alt1
    - automated CPAN update
    Feb. 11, 2015 Igor Vlasenko 0.45-alt1
    - automated CPAN update
    Feb. 2, 2015 Igor Vlasenko 0.44-alt1
    - automated CPAN update