|
NAMEGeometry::Primitive::Equal - Equality RoleDESCRIPTIONGeometry::Primitive::Equal is a Moose role for equality.SYNOPSISwith '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.
Visit the GSP FreeBSD Man Page Interface. |