table of contents
Geometry::Primitive::Equal(3pm) | User Contributed Perl Documentation | Geometry::Primitive::Equal(3pm) |
NAME¶
Geometry::Primitive::Equal - Equality RoleDESCRIPTION¶
Geometry::Primitive::Equal is a Moose role for equality.SYNOPSIS¶
with 'Geometry::Primitive::Equal'; sub equal_to { my ($self, $other) = @_; # compare and return! }
METHODS¶
equal_to¶
Implement this.not_equal_to¶
Provided you implement "equal_to", this will be implemented for you!AUTHOR¶
Cory Watson <gphat@cpan.org>COPYRIGHT & LICENSE¶
You can redistribute and/or modify this code under the same terms as Perl itself.2009-12-27 | perl v5.10.1 |