1 package LaTeX::TikZ::Mod;
8 LaTeX::TikZ::Mod - Base role for LaTeX::TikZ modifiers.
16 our $VERSION = '0.01';
18 use Any::Moose 'Role';
19 use Any::Moose 'Util::TypeConstraints';
28 coerce 'LaTeX::TikZ::Mod'
30 => via { LaTeX::TikZ::Mod::Raw->new(content => $_) };
34 Vincent Pit, C<< <perl at profvince.com> >>, L<http://www.profvince.com>.
36 You can contact me by mail or on C<irc.perl.org> (vincent).
40 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>.
41 I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
45 You can find documentation for this module with the perldoc command.
49 =head1 COPYRIGHT & LICENSE
51 Copyright 2010 Vincent Pit, all rights reserved.
53 This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
57 1; # End of LaTeX::TikZ::Mod