1 package LaTeX::TikZ::Set::Mutable;
8 LaTeX::TikZ::Set::Mutable - A role for set objects that can be appended to.
16 our $VERSION = '0.01';
18 use Any::Moose 'Role';
26 Vincent Pit, C<< <perl at profvince.com> >>, L<http://www.profvince.com>.
28 You can contact me by mail or on C<irc.perl.org> (vincent).
32 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>.
33 I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
37 You can find documentation for this module with the perldoc command.
41 =head1 COPYRIGHT & LICENSE
43 Copyright 2010 Vincent Pit, all rights reserved.
45 This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
49 1; # End of LaTeX::TikZ::Set::Mutable