]> git.vpit.fr Git - perl/modules/LaTeX-TikZ.git/blobdiff - lib/LaTeX/TikZ/Mod/Raw.pm
Just use Mouse instead of Any::Moose
[perl/modules/LaTeX-TikZ.git] / lib / LaTeX / TikZ / Mod / Raw.pm
index 81f0d9fec2d90ab83fa8b28c37c5e161f61b368f..f0b3b448b7b04651f9c94fc4897e76b6e55e7e08 100644 (file)
@@ -17,7 +17,7 @@ our $VERSION = '0.02';
 
 use LaTeX::TikZ::Interface;
 
-use Any::Moose;
+use Mouse;
 
 =head1 RELATIONSHIPS
 
@@ -31,6 +31,8 @@ with 'LaTeX::TikZ::Mod';
 
 =head2 C<content>
 
+The bare string the raw mod is made of.
+
 =cut
 
 has 'content' => (