]> git.vpit.fr Git - perl/modules/LaTeX-TikZ.git/blobdiff - lib/LaTeX/TikZ/Point.pm
Just use Mouse instead of Any::Moose
[perl/modules/LaTeX-TikZ.git] / lib / LaTeX / TikZ / Point.pm
index 01d562de3ac5acd8db3dba90a18fec1ee6c4ce15..151f50fcbf28a0c4157c4a5ae61627deba23f6c7 100644 (file)
@@ -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