Oryx::Value::Boolean

Oryx::Value::Boolean is a Perl module with values containing a single boolean value.
Download

Oryx::Value::Boolean Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Richard Hundt
  • Publisher web site:
  • http://search.cpan.org/~rhundt/

Oryx::Value::Boolean Tags


Oryx::Value::Boolean Description

Oryx::Value::Boolean is a Perl module with values containing a single boolean value. Oryx::Value::Boolean is a Perl module with values containing a single boolean value.SYNOPSIS package CMS::ReadWritePermission; use base qw( Oryx::Class ); our $schema = { attributes => , }; $x = CMS::ReadWritePermission->create({ filname => 'file.txt', read => 1, write => 0, });This is a basic boolean field. The value stored is either true or false, but this value enforces the convention that 0 is false and 1 is true and no other values are acceptable.This value type checks the types to make sure they are correct provides methods to make sure that any values stored are stored as an integer. The boolean data is stored using the "Integer" primitive type. Requirements: · Perl


Oryx::Value::Boolean Related Software