X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FLaTeX%2FTikZ%2FPoint.pm;h=54a158e3662cc7c0ab3389365c6480df53208c42;hb=4f696c03a66ef6b52ee7b9b3c74a71d5abc64f7e;hp=01d562de3ac5acd8db3dba90a18fec1ee6c4ce15;hpb=ecb1d1524df9ef8b8e0452d0de3efc871c3855e8;p=perl%2Fmodules%2FLaTeX-TikZ.git diff --git a/lib/LaTeX/TikZ/Point.pm b/lib/LaTeX/TikZ/Point.pm index 01d562d..54a158e 100644 --- a/lib/LaTeX/TikZ/Point.pm +++ b/lib/LaTeX/TikZ/Point.pm @@ -9,20 +9,18 @@ LaTeX::TikZ::Point - Internal representation of what LaTeX::TikZ consider as 2D =head1 VERSION -Version 0.02 +Version 0.03 =cut -our $VERSION = '0.02'; +our $VERSION = '0.03'; -use Any::Moose; -use Any::Moose 'Util::TypeConstraints' => [ qw< - coerce - from - via +use Mouse; +use Mouse::Util::TypeConstraints qw< + coerce from via find_type_constraint register_type_constraint -> ]; +>; =head1 ATTRIBUTES @@ -96,7 +94,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.