1 package LaTeX::TikZ::Set::Mutable;
8 LaTeX::TikZ::Set::Mutable - A role for set objects that can be appended to.
16 L<LaTeX::TikZ::Set> objects that are mutable consume this role.
17 This forces them to implement an C<add> method describing how more elements can be added to the set.
21 our $VERSION = '0.01';
23 use Any::Moose 'Role';
27 This method is required by the interface :
45 L<LaTeX::TikZ>, L<LaTeX::TikZ::Set>.
49 Vincent Pit, C<< <perl at profvince.com> >>, L<http://www.profvince.com>.
51 You can contact me by mail or on C<irc.perl.org> (vincent).
55 Please report any bugs or feature requests to C<bug-latex-tikz at rt.cpan.org>, or through the web interface at L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=LaTeX-TikZ>.
56 I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
60 You can find documentation for this module with the perldoc command.
64 =head1 COPYRIGHT & LICENSE
66 Copyright 2010 Vincent Pit, all rights reserved.
68 This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
72 1; # End of LaTeX::TikZ::Set::Mutable