Graphics::Color::Equal - Moose equality role


Graphics-Color documentation  | view source Contained in the Graphics-Color distribution.

Index


DESCRIPTION

Top

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

SYNOPSIS

Top

  with 'Graphics::Color::Equal';

  sub equal_to {
      my ($self, $other) = @_;

      # compare and return!
  }

METHODS

Top

equal_to

Implement this.

not_equal_to

Provided you implement equal_to, this will be implemented for you!

AUTHOR

Top

Cory Watson <gphat@cpan.org>

COPYRIGHT & LICENSE

Top


Graphics-Color documentation  | view source Contained in the Graphics-Color distribution.