X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FLaTeX-TikZ.git;a=blobdiff_plain;f=lib%2FLaTeX%2FTikZ%2FMod%2FColor.pm;h=73676b84697477bbcb34b3bc6f32d55cf8ff28a6;hp=48e67db4688024c75406ce312392ef578a29d1b7;hb=37b2cca5547d02b2a751a26f9949d492b5002c2e;hpb=d8d667d1c5266bff861df78c252c92d1504be92c diff --git a/lib/LaTeX/TikZ/Mod/Color.pm b/lib/LaTeX/TikZ/Mod/Color.pm index 48e67db..73676b8 100644 --- a/lib/LaTeX/TikZ/Mod/Color.pm +++ b/lib/LaTeX/TikZ/Mod/Color.pm @@ -21,7 +21,7 @@ use Any::Moose; =head1 RELATIONSHIPS -This class consumes the L role, and as such implements the L, L, L and L methods. +This class consumes the L role, and as such implements the L, L, L and L methods. =cut @@ -47,11 +47,11 @@ has 'color' => ( sub tag { ref $_[0] } -=head2 C +=head2 C =cut -sub cover { $_[0]->color eq $_[1]->color } +sub covers { $_[0]->color eq $_[1]->color } =head2 C