Geometry::Primitive::Equal
Equality Role
- Provided by: libgeometry-primitive-perl (Version: 0.24-1)
- Report a bug
Equality Role
Geometry::Primitive::Equal is a Moose role for equality.
with 'Geometry::Primitive::Equal';
sub equal_to {
my ($self, $other) = @_;
# compare and return!
}
Implement this.
Provided you implement "equal_to", this will be implemented for you!
Cory Watson <gphat@cpan.org>
You can redistribute and/or modify this code under the same terms as Perl itself.