Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37040898
en ru br
ALT Linux repos
S:0.46-alt1

Group :: Development/Perl
RPM: perl-boolean

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 0.46-alt1
Build date: 25 july 2016, 19:10 ( 400.4 weeks ago )
Size: 19.51 Kb

Home page:   http://www.cpan.org

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'.

Current maintainer: Denis Smirnov

List of contributors

List of rpms provided by this srpm:

  • perl-boolean
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin