X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FLaTeX-TikZ.git;a=blobdiff_plain;f=lib%2FLaTeX%2FTikZ%2FPoint.pm;h=01d562de3ac5acd8db3dba90a18fec1ee6c4ce15;hp=d5c5da0b743386fa67d2ca1c87fe9304b4c61ac2;hb=ecb1d1524df9ef8b8e0452d0de3efc871c3855e8;hpb=2920ebd4b77749a0f32aa64bd2ec3f1d1613c877 diff --git a/lib/LaTeX/TikZ/Point.pm b/lib/LaTeX/TikZ/Point.pm index d5c5da0..01d562d 100644 --- a/lib/LaTeX/TikZ/Point.pm +++ b/lib/LaTeX/TikZ/Point.pm @@ -55,7 +55,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__), ), );