X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F02-autocoerce.t;h=ba0549809d6618e83385171e702ec5d67b2420ed;hb=2cb1b719d9727a55a43758c1c3aaea2667c619f2;hp=463614b23ce80b79e95642da2727b0db25dc684d;hpb=cb4173493eb06b031615951a9deeee12a54361b1;p=perl%2Fmodules%2FLaTeX-TikZ.git 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',