X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FLaTeX%2FTikZ%2FMod.pm;h=6138e5b4033a004f43a33cfa149aca32ef9e2533;hb=cfe1f7a0b769c771181f2cb0d3d8f16a1dac7ad7;hp=8095e44192727dc0568c4f320f4075af2cbca4a4;hpb=f54cadb836315572aa2c4bcb16f221da1687df7a;p=perl%2Fmodules%2FLaTeX-TikZ.git diff --git a/lib/LaTeX/TikZ/Mod.pm b/lib/LaTeX/TikZ/Mod.pm index 8095e44..6138e5b 100644 --- a/lib/LaTeX/TikZ/Mod.pm +++ b/lib/LaTeX/TikZ/Mod.pm @@ -21,8 +21,8 @@ This role should be consumed by all the modifier classes. =cut -use Any::Moose 'Role'; -use Any::Moose 'Util::TypeConstraints'; +use Mouse::Role; +use Mouse::Util::TypeConstraints; =head1 METHODS @@ -60,12 +60,12 @@ Returns the TikZ code that activates the current mod as a string formatted by th =cut -requires qw( +requires qw< tag covers declare apply -); +>; coerce 'LaTeX::TikZ::Mod' => from 'Str'