]> git.vpit.fr Git - perl/modules/LaTeX-TikZ.git/blobdiff - lib/LaTeX/TikZ/Point.pm
Rename LaTeX::TikZ::TypeConstraint::Autocoerce->parent into ->target
[perl/modules/LaTeX-TikZ.git] / lib / LaTeX / TikZ / Point.pm
index d5c5da0b743386fa67d2ca1c87fe9304b4c61ac2..01d562de3ac5acd8db3dba90a18fec1ee6c4ce15 100644 (file)
@@ -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__),
  ),
 );