X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FLaTeX%2FTikZ%2FSet%2FMutable.pm;h=92fa0f9ef8b543d514f1f54ffcbce412dc1ff53d;hb=97b908646cec259d9907cfe8ce1f66cb506086ac;hp=c6e21434e65e9a3bcf0e3500d3dfb24ae045334c;hpb=e8f0879ade07eed4f58cd52c0771f4e1ecc90b09;p=perl%2Fmodules%2FLaTeX-TikZ.git diff --git a/lib/LaTeX/TikZ/Set/Mutable.pm b/lib/LaTeX/TikZ/Set/Mutable.pm index c6e2143..92fa0f9 100644 --- a/lib/LaTeX/TikZ/Set/Mutable.pm +++ b/lib/LaTeX/TikZ/Set/Mutable.pm @@ -11,16 +11,39 @@ LaTeX::TikZ::Set::Mutable - A role for set objects that can be appended to. Version 0.01 +=head1 DESCRIPTION + +L objects that are mutable consume this role. +This forces them to implement an C method describing how more elements can be added to the set. + =cut our $VERSION = '0.01'; use Any::Moose 'Role'; +=head1 METHODS + +This method is required by the interface : + +=over 4 + +=item * + +C + +=back + +=cut + requires qw( add ); +=head1 SEE ALSO + +L, L. + =head1 AUTHOR Vincent Pit, C<< >>, L.