X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FLaTeX%2FTikZ%2FSet%2FMutable.pm;h=8481fb8161a39202690521d0a9ef7fb298288654;hb=8dd260a26e078a94848e796d0142eec02e702dde;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..8481fb8 100644 --- a/lib/LaTeX/TikZ/Set/Mutable.pm +++ b/lib/LaTeX/TikZ/Set/Mutable.pm @@ -9,18 +9,41 @@ LaTeX::TikZ::Set::Mutable - A role for set objects that can be appended to. =head1 VERSION -Version 0.01 +Version 0.02 + +=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'; +our $VERSION = '0.02'; 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.