X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FLaTeX%2FTikZ%2FPoint.pm;h=151f50fcbf28a0c4157c4a5ae61627deba23f6c7;hb=3661d7849ae4636b74000e33e068493d90ed8337;hp=e409947a00245e16f7b32d6c9f1e4a4a52e5219c;hpb=f54cadb836315572aa2c4bcb16f221da1687df7a;p=perl%2Fmodules%2FLaTeX-TikZ.git diff --git a/lib/LaTeX/TikZ/Point.pm b/lib/LaTeX/TikZ/Point.pm index e409947..151f50f 100644 --- a/lib/LaTeX/TikZ/Point.pm +++ b/lib/LaTeX/TikZ/Point.pm @@ -15,14 +15,12 @@ Version 0.02 our $VERSION = '0.02'; -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 @@ -55,7 +53,7 @@ use LaTeX::TikZ::Meta::TypeConstraint::Autocoerce; register_type_constraint( LaTeX::TikZ::Meta::TypeConstraint::Autocoerce->new( name => 'LaTeX::TikZ::Point::Autocoerce', - parent => find_type_constraint(__PACKAGE__), + target => find_type_constraint(__PACKAGE__), ), );