X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FLaTeX-TikZ.git;a=blobdiff_plain;f=lib%2FLaTeX%2FTikZ%2FMod%2FFill.pm;h=cbf3369e2c21d3d61df2fd369a3c31a4f30b202a;hp=61aef2b2bcca594266bd387b1b811237e6401ddc;hb=37b2cca5547d02b2a751a26f9949d492b5002c2e;hpb=d8d667d1c5266bff861df78c252c92d1504be92c diff --git a/lib/LaTeX/TikZ/Mod/Fill.pm b/lib/LaTeX/TikZ/Mod/Fill.pm index 61aef2b..cbf3369 100644 --- a/lib/LaTeX/TikZ/Mod/Fill.pm +++ b/lib/LaTeX/TikZ/Mod/Fill.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