Data::Object::Base::Float

Data-Object Abstract Float Class

package My::Float;

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

my $float = My::Float->new(9.9999);

Data::Object::Base::Float provides routines for operating on Perl 5 floating-point 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