X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FLaTeX-TikZ.git;a=blobdiff_plain;f=lib%2FLaTeX%2FTikZ%2FMod%2FLayer.pm;h=271e0ee37454736f2d8f2951242f6ac5a5649b9f;hp=fda3d59559a0bd3623b9682655dadc58103eb4a7;hb=37b2cca5547d02b2a751a26f9949d492b5002c2e;hpb=d8d667d1c5266bff861df78c252c92d1504be92c diff --git a/lib/LaTeX/TikZ/Mod/Layer.pm b/lib/LaTeX/TikZ/Mod/Layer.pm index fda3d59..271e0ee 100644 --- a/lib/LaTeX/TikZ/Mod/Layer.pm +++ b/lib/LaTeX/TikZ/Mod/Layer.pm @@ -27,7 +27,7 @@ use Any::Moose 'Util::TypeConstraints'; =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 @@ -139,11 +139,11 @@ sub tag { ref($self) . '/' . $self->name; } -=head2 C +=head2 C =cut -sub cover { $_[0]->name eq $_[1]->name } +sub covers { $_[0]->name eq $_[1]->name } =head2 C