]> git.vpit.fr Git - perl/modules/LaTeX-TikZ.git/commitdiff
Set::Op should consume Set
authorVincent Pit <vince@profvince.com>
Sun, 18 Jul 2010 10:04:31 +0000 (12:04 +0200)
committerVincent Pit <vince@profvince.com>
Sun, 18 Jul 2010 10:04:31 +0000 (12:04 +0200)
lib/LaTeX/TikZ/Set/Op.pm

index 2c85f0bace0788f560f46f221d32b820c682cac1..f37fdc87e6fa860853d49fa2d3a9efebc45002fc 100644 (file)
@@ -17,6 +17,8 @@ our $VERSION = '0.01';
 
 use Any::Moose 'Role';
 
+with 'LaTeX::TikZ::Set';
+
 requires qw(
  path
 );