]> 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 7fa3fa1076b0a61a8689284df875aaea90856c32..01d562de3ac5acd8db3dba90a18fec1ee6c4ce15 100644 (file)
@@ -9,20 +9,20 @@ LaTeX::TikZ::Point - Internal representation of what LaTeX::TikZ consider as 2D
 
 =head1 VERSION
 
-Version 0.01
+Version 0.02
 
 =cut
 
-our $VERSION = '0.01';
+our $VERSION = '0.02';
 
 use Any::Moose;
-use Any::Moose 'Util::TypeConstraints' => [ qw/
+use Any::Moose 'Util::TypeConstraints' => [ qw<
  coerce
  from
  via
  find_type_constraint
  register_type_constraint
-/ ];
+> ];
 
 =head1 ATTRIBUTES
 
@@ -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__),
  ),
 );
 
@@ -73,6 +73,10 @@ coerce 'LaTeX::TikZ::Point::Autocoerce'
 
 __PACKAGE__->meta->make_immutable;
 
+=head1 SEE ALSO
+
+L<LaTeX::TikZ>.
+
 =head1 AUTHOR
 
 Vincent Pit, C<< <perl at profvince.com> >>, L<http://www.profvince.com>.