]> git.vpit.fr Git - perl/modules/LaTeX-TikZ.git/blobdiff - Makefile.PL
Introduce LaTeX::TikZ::Set::Arc
[perl/modules/LaTeX-TikZ.git] / Makefile.PL
index cb0515a23d20c39e6dc00ab47fab84bd042570e0..5625d466cc10e44196138ebfe0c130737b2f7bfc 100644 (file)
@@ -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 = (