]> git.vpit.fr Git - perl/modules/LaTeX-TikZ.git/blobdiff - lib/LaTeX/TikZ/Set/Mutable.pm
Make LT::Set::Path the base role, remove ::Op, and rename the old ::Path to ::Union
[perl/modules/LaTeX-TikZ.git] / lib / LaTeX / TikZ / Set / Mutable.pm
index 863a56156d24af3b605a6559e8c83f40a7d2a686..e7518cd55f71e8d56ce85558723634ad61ca2be0 100644 (file)
@@ -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<add> method describing how more elements can
 
 =cut
 
-our $VERSION = '0.01';
+our $VERSION = '0.02';
 
 use Any::Moose 'Role';
 
@@ -36,9 +36,13 @@ C<add>
 
 =cut
 
-requires qw(
+requires qw<
  add
-);
+>;
+
+=head1 SEE ALSO
+
+L<LaTeX::TikZ>, L<LaTeX::TikZ::Set>.
 
 =head1 AUTHOR