X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FLaTeX-TikZ.git;a=blobdiff_plain;f=lib%2FLaTeX%2FTikZ%2FSet%2FContainer.pm;fp=lib%2FLaTeX%2FTikZ%2FSet%2FContainer.pm;h=8ffd5d167eb620753778c80a9bb9c058e2725e47;hp=adaa6cc1f8cdb5b71a29bdc186846f0fc5f40929;hb=4f696c03a66ef6b52ee7b9b3c74a71d5abc64f7e;hpb=cbaf3acd8a347d8bfe064f7b3539f20f20aca88f diff --git a/lib/LaTeX/TikZ/Set/Container.pm b/lib/LaTeX/TikZ/Set/Container.pm index adaa6cc..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;