]> git.vpit.fr Git - perl/modules/LaTeX-TikZ.git/blobdiff - lib/LaTeX/TikZ/Mod/Raw.pm
Rename LT::Mod->cover to ->covers
[perl/modules/LaTeX-TikZ.git] / lib / LaTeX / TikZ / Mod / Raw.pm
index e6746107d24c493ac40e62b247e2021858d8629a..258ee75e7245356f1b0aef9f9c0a20c0a2c2748b 100644 (file)
@@ -21,7 +21,7 @@ use Any::Moose;
 
 =head1 RELATIONSHIPS
 
-This class consumes the L<LaTeX::TikZ::Mod> role, and as such implements the L</tag>, L</cover>, L</declare> and L</apply> methods.
+This class consumes the L<LaTeX::TikZ::Mod> role, and as such implements the L</tag>, L</covers>, L</declare> and L</apply> methods.
 
 =cut
 
@@ -51,11 +51,11 @@ sub tag {
  ref($self) . '/' . $self->content;
 }
 
-=head2 C<cover>
+=head2 C<covers>
 
 =cut
 
-sub cover { 0 }
+sub covers { 0 }
 
 =head2 C<declare>