|
NAMEGeometry::Primitive::Equal - Equality Role DESCRIPTIONGeometry::Primitive::Equal is a Moose role for equality. SYNOPSIS with 'Geometry::Primitive::Equal';
sub equal_to {
my ($self, $other) = @_;
# compare and return!
}
METHODSequal_toImplement this. not_equal_toProvided you implement "equal_to", this will be implemented for you! AUTHORCory Watson <gphat@cpan.org> COPYRIGHT & LICENSEYou can redistribute and/or modify this code under the same terms as Perl itself.
|