X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FLaTeX%2FTikZ%2FSet%2FContainer.pm;h=8ffd5d167eb620753778c80a9bb9c058e2725e47;hb=4f696c03a66ef6b52ee7b9b3c74a71d5abc64f7e;hp=37a56cd42085cc3f30ebeb279a29e135ac052771;hpb=1c53f7e28198adfb2905667acd5741f163832d7b;p=perl%2Fmodules%2FLaTeX-TikZ.git diff --git a/lib/LaTeX/TikZ/Set/Container.pm b/lib/LaTeX/TikZ/Set/Container.pm index 37a56cd..8ffd5d1 100644 --- a/lib/LaTeX/TikZ/Set/Container.pm +++ b/lib/LaTeX/TikZ/Set/Container.pm @@ -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 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.