]> git.vpit.fr Git - perl/modules/LaTeX-TikZ.git/blobdiff - lib/LaTeX/TikZ/Set/Op.pm
Switch to qw<>
[perl/modules/LaTeX-TikZ.git] / lib / LaTeX / TikZ / Set / Op.pm
index 0a3df1b1c3f00340ffff650bf5dac6d947908af3..69d8a63f08a4f69fdd0023ad4c821bc96ff2b647 100644 (file)
@@ -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,15 +41,17 @@ This method is required by the interface :
 
 =item *
 
-C<path>
+C<path $formatter>
+
+Returns the TikZ code that builds a path out of the current set object as a string formatted by the L<LaTeX::TikZ::Formatter> object C<$formatter>.
 
 =back
 
 =cut
 
-requires qw(
+requires qw<
  path
-);
+>;
 
 =head2 C<draw>