X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FLaTeX%2FTikZ%2FMod%2FScale.pm;h=aea4f0b059468f5a0370c6187295d93562c98cba;hb=4f696c03a66ef6b52ee7b9b3c74a71d5abc64f7e;hp=51c79e9c3883c78c6db2cb5197b74a1ec830c361;hpb=0fb9961e1a5172180e428b49f67e2120835c9e3c;p=perl%2Fmodules%2FLaTeX-TikZ.git diff --git a/lib/LaTeX/TikZ/Mod/Scale.pm b/lib/LaTeX/TikZ/Mod/Scale.pm index 51c79e9..aea4f0b 100644 --- a/lib/LaTeX/TikZ/Mod/Scale.pm +++ b/lib/LaTeX/TikZ/Mod/Scale.pm @@ -9,17 +9,17 @@ LaTeX::TikZ::Mod::Scale - A modifier that scales a TikZ set tree. =head1 VERSION -Version 0.02 +Version 0.03 =cut -our $VERSION = '0.02'; +our $VERSION = '0.03'; use LaTeX::TikZ::Interface; use LaTeX::TikZ::Tools; -use Any::Moose; +use Mouse; =head1 RELATIONSHIPS @@ -100,7 +100,7 @@ You can find documentation for this module with the perldoc command. =head1 COPYRIGHT & LICENSE -Copyright 2011 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.