]> git.vpit.fr Git - perl/modules/LaTeX-TikZ.git/blobdiff - lib/LaTeX/TikZ/Mod/Formatted.pm
Switch to qw<>
[perl/modules/LaTeX-TikZ.git] / lib / LaTeX / TikZ / Mod / Formatted.pm
index 7e7b1098f7e1a2475f47b6c78037c638f96d2f0b..2dd820b590620e7c0860d6b27bfe38af12a3ca00 100644 (file)
@@ -18,7 +18,7 @@ our $VERSION = '0.02';
 use Any::Moose;
 use Any::Moose 'Util::TypeConstraints' => [
  'enum',
- qw(coerce from via),
+ qw<coerce from via>,
 ];
 
 =head1 ATTRIBUTES
@@ -29,7 +29,7 @@ use Any::Moose 'Util::TypeConstraints' => [
 
 has 'type' => (
  is       => 'ro',
- isa      => enum([ qw/clip layer raw/ ]),
+ isa      => enum([ qw<clip layer raw> ]),
  required => 1,
 );