X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FLaTeX%2FTikZ%2FMod%2FWidth.pm;h=c0ba2fbe552bc1ceb418a209d75ad2825619c78c;hb=062ab95259610ce39ace60365b659d6113420ce7;hp=49c737ae9f1fbebf62df135af9bb6a4602274699;hpb=f54cadb836315572aa2c4bcb16f221da1687df7a;p=perl%2Fmodules%2FLaTeX-TikZ.git diff --git a/lib/LaTeX/TikZ/Mod/Width.pm b/lib/LaTeX/TikZ/Mod/Width.pm index 49c737a..c0ba2fb 100644 --- a/lib/LaTeX/TikZ/Mod/Width.pm +++ b/lib/LaTeX/TikZ/Mod/Width.pm @@ -19,7 +19,7 @@ use LaTeX::TikZ::Interface; use LaTeX::TikZ::Tools; -use Any::Moose; +use Mouse; =head1 RELATIONSHIPS @@ -37,7 +37,7 @@ with 'LaTeX::TikZ::Mod'; has 'width' => ( is => 'ro', - isa => 'Int', + isa => 'Num', required => 1, ); @@ -100,7 +100,7 @@ You can find documentation for this module with the perldoc command. =head1 COPYRIGHT & LICENSE -Copyright 2010 Vincent Pit, all rights reserved. +Copyright 2010,2011,2012,2013,2014,2015 Vincent Pit, all rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.