]> git.vpit.fr Git - perl/modules/LaTeX-TikZ.git/blobdiff - lib/LaTeX/TikZ/Set/Container.pm
This is 0.03
[perl/modules/LaTeX-TikZ.git] / lib / LaTeX / TikZ / Set / Container.pm
index 37a56cd42085cc3f30ebeb279a29e135ac052771..8ffd5d167eb620753778c80a9bb9c058e2725e47 100644 (file)
@@ -9,7 +9,7 @@ LaTeX::TikZ::Set::Container - A role for set objects that are made of subobjects
 
 =head1 VERSION
 
-Version 0.02
+Version 0.03
 
 =head1 DESCRIPTION
 
@@ -30,9 +30,9 @@ an C<add> method describing how more elements can be added to the set.
 
 =cut
 
-our $VERSION = '0.02';
+our $VERSION = '0.03';
 
-use Any::Moose 'Role';
+use Mouse::Role;
 
 =head1 METHODS
 
@@ -76,7 +76,7 @@ You can find documentation for this module with the perldoc command.
 
 =head1 COPYRIGHT & LICENSE
 
-Copyright 2010 Vincent Pit, all rights reserved.
+Copyright 2010,2011,2012,2013,2014,2015 Vincent Pit, all rights reserved.
 
 This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.