NAME
LaTeX::TikZ::Set::Mutable - A role for set objects that can be appended to.
VERSION
Version 0.01
DESCRIPTION
LaTeX::TikZ::Set objects that are mutable consume this role. This forces them to implement an add
method describing how more elements can be added to the set.
METHODS
This method is required by the interface :
add
SEE ALSO
LaTeX::TikZ, LaTeX::TikZ::Set.
AUTHOR
Vincent Pit, <perl at profvince.com>
, http://www.profvince.com.
You can contact me by mail or on irc.perl.org
(vincent).
BUGS
Please report any bugs or feature requests to bug-latex-tikz at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=LaTeX-TikZ. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc LaTeX::TikZ
COPYRIGHT & LICENSE
Copyright 2010 Vincent Pit, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.