X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FLaTeX-TikZ.git;a=blobdiff_plain;f=Makefile.PL;h=5625d466cc10e44196138ebfe0c130737b2f7bfc;hp=cb0515a23d20c39e6dc00ab47fab84bd042570e0;hb=1918fdf5100058cd6a4281bc8b04ec8977841e5e;hpb=d823d115ca3d3718e078dbb986d2c7eb5750df24 diff --git a/Makefile.PL b/Makefile.PL index cb0515a..5625d46 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -12,13 +12,15 @@ my $dist = 'LaTeX-TikZ'; $file = "lib/$file.pm"; my %PREREQ_PM = ( - 'Any::Moose' => 0, - 'Carp' => 0, - 'List::Util' => 0, - 'Mouse' => '0.63', # register_type_constraint - '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 = (