pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/p5-boolean
Module Name: pkgsrc
Committed By: abs
Date: Fri Feb 13 23:40:27 UTC 2009
Update of /cvsroot/pkgsrc/devel/p5-boolean
In directory ivanova.netbsd.org:/tmp/cvs-serv23444
Log Message:
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.
Status:
Vendor Tag: TNF
Release Tags: pkgsrc-base
N pkgsrc/devel/p5-boolean/Makefile
N pkgsrc/devel/p5-boolean/distinfo
N pkgsrc/devel/p5-boolean/DESCR
No conflicts created by this import
Home |
Main Index |
Thread Index |
Old Index