X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FLaTeX%2FTikZ%2FSet%2FMutable.pm;h=e7518cd55f71e8d56ce85558723634ad61ca2be0;hb=b8f42942311854cb0ef8a3e34c0145846639cd2e;hp=92fa0f9ef8b543d514f1f54ffcbce412dc1ff53d;hpb=0f9d7c1a2d11bc7001fe450cb2086e67c13a39e9;p=perl%2Fmodules%2FLaTeX-TikZ.git diff --git a/lib/LaTeX/TikZ/Set/Mutable.pm b/lib/LaTeX/TikZ/Set/Mutable.pm index 92fa0f9..e7518cd 100644 --- a/lib/LaTeX/TikZ/Set/Mutable.pm +++ b/lib/LaTeX/TikZ/Set/Mutable.pm @@ -9,7 +9,7 @@ LaTeX::TikZ::Set::Mutable - A role for set objects that can be appended to. =head1 VERSION -Version 0.01 +Version 0.02 =head1 DESCRIPTION @@ -18,7 +18,7 @@ This forces them to implement an C method describing how more elements can =cut -our $VERSION = '0.01'; +our $VERSION = '0.02'; use Any::Moose 'Role'; @@ -36,9 +36,9 @@ C =cut -requires qw( +requires qw< add -); +>; =head1 SEE ALSO