pkgsrc/devel/p5-boolean/distinfo
abs d99267d354 Added devel/p5-boolean version 0.20
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.
2009-02-13 23:40:27 +00:00

5 lines
242 B
Text

$NetBSD: distinfo,v 1.1.1.1 2009/02/13 23:40:27 abs Exp $
SHA1 (boolean-0.20.tar.gz) = 1ebb2a47d534b8f0a774bd330044c8adb49587ac
RMD160 (boolean-0.20.tar.gz) = a2244c364ee351e3d70aa102ed89d418ab820712
Size (boolean-0.20.tar.gz) = 14364 bytes