]> git.vpit.fr Git - perl/modules/LaTeX-TikZ.git/blobdiff - Makefile.PL
Abstract the mod antiduplication logic in a new context object
[perl/modules/LaTeX-TikZ.git] / Makefile.PL
index cb0515a23d20c39e6dc00ab47fab84bd042570e0..ff2e181389f9ab144831f21f0944074f12c4af5e 100644 (file)
@@ -1,4 +1,4 @@
-use 5.006;
+use 5.008;
 
 use strict;
 use warnings;
@@ -12,13 +12,16 @@ 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.80', # register_type_constraint + type constraint bug
+ 'Scalar::Util'  => 0,
+ 'Sub::Name'     => 0,
+ 'Task::Weaken'  => 0,
+ 'constant'      => 0,
 );
 
 my %META = (
@@ -47,7 +50,7 @@ WriteMakefile(
  ABSTRACT_FROM    => $file,
  PL_FILES         => {},
  PREREQ_PM        => \%PREREQ_PM,
- MIN_PERL_VERSION => 5.006,
+ MIN_PERL_VERSION => 5.008,
  META_MERGE       => \%META,
  dist             => {
   PREOP    => "pod2text $file > \$(DISTVNAME)/README",