X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FLaTeX%2FTikZ%2FSet%2FContainer.pm;h=8ffd5d167eb620753778c80a9bb9c058e2725e47;hb=4f696c03a66ef6b52ee7b9b3c74a71d5abc64f7e;hp=ba97538e537c57585c46d369ca13a0c749b43a6a;hpb=3661d7849ae4636b74000e33e068493d90ed8337;p=perl%2Fmodules%2FLaTeX-TikZ.git diff --git a/lib/LaTeX/TikZ/Set/Container.pm b/lib/LaTeX/TikZ/Set/Container.pm index ba97538..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,7 +30,7 @@ an C method describing how more elements can be added to the set. =cut -our $VERSION = '0.02'; +our $VERSION = '0.03'; use Mouse::Role; @@ -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.