1 package LaTeX::TikZ::Set::Raw;
8 LaTeX::TikZ::Set::Raw - A literal chunk of TikZ code.
16 our $VERSION = '0.01';
20 with 'LaTeX::TikZ::Set::Op';
28 sub path { $_[0]->content }
30 use LaTeX::TikZ::Interface raw => sub {
33 __PACKAGE__->new(content => join ' ', @_);
36 __PACKAGE__->meta->make_immutable;
40 Vincent Pit, C<< <perl at profvince.com> >>, L<http://www.profvince.com>.
42 You can contact me by mail or on C<irc.perl.org> (vincent).
46 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>.
47 I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
51 You can find documentation for this module with the perldoc command.
55 =head1 COPYRIGHT & LICENSE
57 Copyright 2010 Vincent Pit, all rights reserved.
59 This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
63 1; # End of LaTeX::TikZ::Set::Raw