Graphics::Color::Equal.3pm

Langue: en

Version: 2009-09-10 (ubuntu - 24/10/10)

Section: 3 (Bibliothèques de fonctions)

NAME

Graphics::Color::Equal - Moose equality role

DESCRIPTION

Graphics::Color::Equal is a Moose role for equality.

SYNOPSIS

   with 'Graphics::Color::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 2008 - 2009 by Cory G Watson

You can redistribute and/or modify this code under the same terms as Perl itself.