Data::Object::Base::Undef

Data-Object Abstract Undef Class

package My::Undef;

use parent 'Data::Object::Base::Undef';

my $undef = My::Undef->new(undef);

Data::Object::Base::Undef provides routines for operating on Perl 5 undefined data.

4 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 24:

Unknown directive: =description