X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FLaTeX%2FTikZ%2FSet%2FOp.pm;h=6d93d028ec4c8aedbee1edca0c69bd6a4da83b88;hb=bc1f84f569da48d9d070384eb1bcccac289931e5;hp=0a3df1b1c3f00340ffff650bf5dac6d947908af3;hpb=0f9d7c1a2d11bc7001fe450cb2086e67c13a39e9;p=perl%2Fmodules%2FLaTeX-TikZ.git diff --git a/lib/LaTeX/TikZ/Set/Op.pm b/lib/LaTeX/TikZ/Set/Op.pm index 0a3df1b..6d93d02 100644 --- a/lib/LaTeX/TikZ/Set/Op.pm +++ b/lib/LaTeX/TikZ/Set/Op.pm @@ -9,11 +9,11 @@ LaTeX::TikZ::Set::Op - A role for set objects that can be part of a path. =head1 VERSION -Version 0.01 +Version 0.02 =cut -our $VERSION = '0.01'; +our $VERSION = '0.02'; =head1 DESCRIPTION @@ -41,7 +41,9 @@ This method is required by the interface : =item * -C +C + +Returns the TikZ code that builds a path out of the current set object as a string formatted by the L object C<$formatter>. =back