Boolean support for Perl

Edit Package perl-boolean
http://search.cpan.org/dist/boolean/

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

Refresh
Refresh
Source Files
Filename Size Changed
boolean-0.42.tar.gz 0000014640 14.3 KB
perl-boolean.changes 0000002497 2.44 KB
perl-boolean.spec 0000001987 1.94 KB
Revision 12 (latest revision is 14)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 249348 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 12)
- updated to 0.42
  - Meta 0.0.2
  - Remove .gitignore
 
 0.41 Fri Aug 15 15:41:09 PDT 2014
  - Add t/000-compile-modules.t
  - CPAN Day 2014 - 21 Release Salute!
 
 0.40 Fri Aug  8 19:12:51 PDT 2014
  - Fix swim errors
 
 0.39 Sat Aug  2 10:17:12 PDT 2014
  - Fix Copyright years.
  - Fix Meta and add Contributing
 
 0.38 Wed Jun 25 21:08:05 PDT 2014
  - Revert json.t. Failed on cpantesters.
 
 0.37 Wed Jun 25 16:47:29 PDT 2014
  - Add JSON to recommends
 
 0.36 Wed Jun 25 16:46:39 PDT 2014
  - Fix homepage in metadata
 
 0.35 Tue Jun 17 10:59:25 PDT 2014
  - Remove ABSTRACT and use manual $VERSION
 
 0.34 Sat Jun 14 13:16:30 PDT 2014
  - Release 0.33 got botched.
Comments 0
openSUSE Build Service is sponsored by