Data::Object::Export

Data-Object Keyword Functions

use Data::Object::Export;

my $num = cast 123; # Data::Object::Number
my $str = cast 123, 'string'; # Data::Object::String

Exporter

This package is an exporter that provides a few simple keyword functions to every calling package.

+=head1 EXPORTS

This package can export the following functions.

+=head2 all

use Data::Object::Export ':all';

The all export tag will export the exportable functions, i.e. cast, const, do, is_false, is_true, false, true, and raise.

5 POD Errors

The following errors were encountered while parsing the POD:

Around line 8:

Unknown directive: =name

Around line 12:

Unknown directive: =abstract

Around line 16:

Unknown directive: =synopsis

Around line 23:

Unknown directive: =inherits

Around line 27:

Unknown directive: =description