X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Makefile.PL;h=5625d466cc10e44196138ebfe0c130737b2f7bfc;hb=1918fdf5100058cd6a4281bc8b04ec8977841e5e;hp=54026918bd7b8b8b23aa11fd689aab4213222640;hpb=e8f0879ade07eed4f58cd52c0771f4e1ecc90b09;p=perl%2Fmodules%2FLaTeX-TikZ.git diff --git a/Makefile.PL b/Makefile.PL index 5402691..5625d46 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -12,12 +12,15 @@ my $dist = 'LaTeX-TikZ'; $file = "lib/$file.pm"; my %PREREQ_PM = ( - 'Any::Moose' => 0, - 'Carp' => 0, - 'List::Util' => 0, - 'Scope::Guard' => 0, - 'Sub::Name' => 0, - 'constant' => 0, + 'Any::Moose' => 0, + 'Carp' => 0, + 'List::Util' => 0, + 'Math::Complex' => 0, + 'Math::Trig' => 0, + 'Mouse' => '0.63', # register_type_constraint + 'Scope::Guard' => 0, + 'Sub::Name' => 0, + 'constant' => 0, ); my %META = (