]> git.vpit.fr Git - perl/modules/LaTeX-TikZ.git/blobdiff - t/02-autocoerce.t
Switch to qw<>
[perl/modules/LaTeX-TikZ.git] / t / 02-autocoerce.t
index 463614b23ce80b79e95642da2727b0db25dc684d..ba0549809d6618e83385171e702ec5d67b2420ed 100644 (file)
@@ -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',