X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FLaTeX%2FTikZ%2FSet%2FMutable.pm;h=8481fb8161a39202690521d0a9ef7fb298288654;hb=f54cadb836315572aa2c4bcb16f221da1687df7a;hp=863a56156d24af3b605a6559e8c83f40a7d2a686;hpb=e6c6fbca8df4f8df7bbce2eb98dd260ed51d9141;p=perl%2Fmodules%2FLaTeX-TikZ.git diff --git a/lib/LaTeX/TikZ/Set/Mutable.pm b/lib/LaTeX/TikZ/Set/Mutable.pm index 863a561..8481fb8 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'; @@ -40,6 +40,10 @@ requires qw( add ); +=head1 SEE ALSO + +L, L. + =head1 AUTHOR Vincent Pit, C<< >>, L.