]> git.vpit.fr Git - perl/modules/LaTeX-TikZ.git/blobdiff - lib/LaTeX/TikZ/Set/Container.pm
Just use Mouse instead of Any::Moose
[perl/modules/LaTeX-TikZ.git] / lib / LaTeX / TikZ / Set / Container.pm
index 37a56cd42085cc3f30ebeb279a29e135ac052771..ba97538e537c57585c46d369ca13a0c749b43a6a 100644 (file)
@@ -32,7 +32,7 @@ an C<add> method describing how more elements can be added to the set.
 
 our $VERSION = '0.02';
 
-use Any::Moose 'Role';
+use Mouse::Role;
 
 =head1 METHODS