]> git.vpit.fr Git - perl/modules/LaTeX-TikZ.git/blobdiff - lib/LaTeX/TikZ/Set/Op.pm
Set::Op should consume Set
[perl/modules/LaTeX-TikZ.git] / lib / LaTeX / TikZ / Set / Op.pm
index ffd79a5633256fe4b801e4556e28f70d535cfbcd..f37fdc87e6fa860853d49fa2d3a9efebc45002fc 100644 (file)
@@ -17,6 +17,8 @@ our $VERSION = '0.01';
 
 use Any::Moose 'Role';
 
+with 'LaTeX::TikZ::Set';
+
 requires qw(
  path
 );
@@ -24,7 +26,7 @@ requires qw(
 sub draw {
  my $set = shift;
 
"\\draw " . $set->path(@_) . " ;\n";
[ "\\draw " . $set->path(@_) . ' ;' ];
 }
 
 =head1 AUTHOR