X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FLaTeX-TikZ.git;a=blobdiff_plain;f=t%2F02-autocoerce.t;h=ba0549809d6618e83385171e702ec5d67b2420ed;hp=463614b23ce80b79e95642da2727b0db25dc684d;hb=65b895926935d98e3bd34b82a6e8b4e4e6b2f09c;hpb=93cd22e1b7e23ed939e79ec70c4baa5c3ecc158a diff --git a/t/02-autocoerce.t b/t/02-autocoerce.t index 463614b..ba05498 100644 --- a/t/02-autocoerce.t +++ b/t/02-autocoerce.t @@ -41,13 +41,13 @@ use LaTeX::TikZ::Meta::TypeConstraint::Autocoerce; package LaTeX::TikZ::TestX; use Any::Moose; - use Any::Moose 'Util::TypeConstraints' => [ qw/ + use Any::Moose 'Util::TypeConstraints' => [ qw< coerce from via find_type_constraint register_type_constraint - / ]; + > ]; has 'id' => ( is => 'ro',