]> git.vpit.fr Git - perl/modules/LaTeX-TikZ.git/blobdiff - lib/LaTeX/TikZ/Interface.pm
Make sure POD headings are linkable
[perl/modules/LaTeX-TikZ.git] / lib / LaTeX / TikZ / Interface.pm
index 21f7cd62338dd1a244f78ae151585713a1daa8b0..220db4abb8cdc3fad5dd482ed5140c32b79e372f 100644 (file)
@@ -19,7 +19,9 @@ use Sub::Name ();
 
 =head1 METHODS
 
-=head2 C<< register $keyword => $code >>
+=head2 C<register>
+
+    LaTeX::Tikz::Interface->register($keyword => $code)
 
 Registers C<$code> to be available with C<< Tikz->$keyword >>.
 
@@ -116,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.