NAME

OP::Int - Overloaded object class for integers

DESCRIPTION

Extends OP::Num and Data::Integer.

SYNOPSIS

use OP::Int;

my $int = OP::Int->new(42);

SEE ALSO

This file is part of OP.