X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Makefile.PL;h=a7ef8d338d860f2ecce0881930b07573c0903f3c;hb=3661d7849ae4636b74000e33e068493d90ed8337;hp=1ce09ffc9da58b2c6c1c435c5324a8308a2345cb;hpb=0fb28b7fab1c17c43ed4d39698cc251bb674a1ab;p=perl%2Fmodules%2FLaTeX-TikZ.git diff --git a/Makefile.PL b/Makefile.PL index 1ce09ff..a7ef8d3 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -12,7 +12,6 @@ my $dist = 'LaTeX-TikZ'; $file = "lib/$file.pm"; my %PREREQ_PM = ( - 'Any::Moose' => 0, 'Carp' => 0, 'List::Util' => 0, 'Math::Complex' => 0, @@ -50,7 +49,7 @@ WriteMakefile( ABSTRACT_FROM => $file, PL_FILES => {}, PREREQ_PM => \%PREREQ_PM, - MIN_PERL_VERSION => 5.008, + MIN_PERL_VERSION => '5.008', META_MERGE => \%META, dist => { PREOP => "pod2text -u $file > \$(DISTVNAME)/README",