X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FLaTeX%2FTikZ%2FInterface.pm;h=081508ee824901ecf780b64295813461135be898;hb=ef0e7c8efe9f211ec19a6010a8ac268a0c0af18e;hp=356a42e02e6e780e689446465c11ac531e54d1de;hpb=b8f42942311854cb0ef8a3e34c0145846639cd2e;p=perl%2Fmodules%2FLaTeX-TikZ.git diff --git a/lib/LaTeX/TikZ/Interface.pm b/lib/LaTeX/TikZ/Interface.pm index 356a42e..081508e 100644 --- a/lib/LaTeX/TikZ/Interface.pm +++ b/lib/LaTeX/TikZ/Interface.pm @@ -19,7 +19,9 @@ use Sub::Name (); =head1 METHODS -=head2 C<< register $keyword => $code >> +=head2 C + + LaTeX::Tikz::Interface->register($keyword => $code) Registers C<$code> to be available with C<< Tikz->$keyword >>. @@ -69,8 +71,9 @@ sub load { require LaTeX::TikZ::Set::Raw; # raw - require LaTeX::TikZ::Set::Union; # union + require LaTeX::TikZ::Set::Union; # union, path require LaTeX::TikZ::Set::Sequence; # seq + require LaTeX::TikZ::Set::Chain; # chain, join require LaTeX::TikZ::Set::Point; # point require LaTeX::TikZ::Set::Line; # line @@ -85,6 +88,7 @@ sub load { require LaTeX::TikZ::Mod::Clip; # clip require LaTeX::TikZ::Mod::Layer; # layer + require LaTeX::TikZ::Mod::Scale; # scale require LaTeX::TikZ::Mod::Width; # width require LaTeX::TikZ::Mod::Color; # color require LaTeX::TikZ::Mod::Fill; # fill @@ -114,7 +118,7 @@ You can find documentation for this module with the perldoc command. =head1 COPYRIGHT & LICENSE -Copyright 2010 Vincent Pit, all rights reserved. +Copyright 2010,2011,2012,2013,2014,2015 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.