The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "dist:Value-Object value()"

Value::Object - Base class for minimal Value Object classes River stage zero No dependents

This class serves as a base class for classes implementing the *Value Object* pattern. The core principles of a Value Object class are: The meaning of the object is solely its value. The value of the object is immutable. The object is validated on cr...

GWADEJ/Value-Object-0.15 - 21 Jan 2016 01:26:23 UTC

Value::Object::Domain - Value object class representing Internet domain names River stage zero No dependents

A "Value::Object::Domain" value object represents an Internet domain name as defined in RFCs 1123 and 2181. A fully qualified domain name cannot be more than 255 characters in length and must be made up of labels separated by the '.' character. Each ...

GWADEJ/Value-Object-0.15 - 21 Jan 2016 01:26:23 UTC

Value::Object::W3CDate - Validate W3C dates as specified by ISO 8601 River stage zero No dependents

GWADEJ/Value-Object-0.15 - 21 Jan 2016 01:26:23 UTC

Value::Object::HexString - Value representing a valid Hexadecimal string. River stage zero No dependents

A "Value::Object::HexString" value object represents a string representing a hexadecimal number. This string may have upper- or lower-case versions of the A-F characters and still be valid. Sincte this must represent an actual hex number, it is expec...

GWADEJ/Value-Object-0.15 - 21 Jan 2016 01:26:23 UTC

Value::Object::Identifier - Value object class representing a legal C identifier River stage zero No dependents

A "Value::Object::Identifier" value object represents a legal C identifier. This definition is actually used in more than just C. An identifier is limited to the ASCII uppercase and lowercase letters, the ASCII digits, and the underscore. The initial...

GWADEJ/Value-Object-0.15 - 21 Jan 2016 01:26:23 UTC

Value::Object::DomainLabel - Value object representing 1 label of an Internet domain River stage zero No dependents

When working with Internet domains, it is sometimes useful to be able to validate one segment (or label) of the domain. The "Value::Object::DomainLabel" provides that validation. The domain label specification is provided by the RFCs 1123 and 2181. A...

GWADEJ/Value-Object-0.15 - 21 Jan 2016 01:26:23 UTC

Value::Object::W3CDateTime - Validate ISO 8601 full times with Z as timezone River stage zero No dependents

GWADEJ/Value-Object-0.15 - 21 Jan 2016 01:26:23 UTC

Value::Object::EmailAddress - A value object representing a valid email address. River stage zero No dependents

A "Value::Object::EmailAddress" value object represents a valid email address. That email address may not represent an address that can actually receive an email, but the form of the address is at least valid. The specification of the email address d...

GWADEJ/Value-Object-0.15 - 21 Jan 2016 01:26:23 UTC

Value::Object::W3CDateTimeZ - Validate ISO 8601 full times with Z as timezone River stage zero No dependents

GWADEJ/Value-Object-0.15 - 21 Jan 2016 01:26:23 UTC

Value::Object::ValidationUtils - Utility functions for validation of value objects River stage zero No dependents

Some "Value::Object"-derived objects share code needed for validation. Rather than duplicating the knowledge of that information in multiple value objects, the knowledge and utilities are collected into this module....

GWADEJ/Value-Object-0.15 - 21 Jan 2016 01:26:23 UTC

Value::Object::EmailAddressCommon - A value object representing a valid email address. River stage zero No dependents

A "Value::Object::EmailAddressCommon" value object represents a valid common email address. That email address may not represent an address that can actually receive an email, but the form of the address is at least valid. The only difference between...

GWADEJ/Value-Object-0.15 - 21 Jan 2016 01:26:23 UTC
11 results (0.041 seconds)