use strict; use warnings; use ExtUtils::MakeMaker; WriteMakefile( NAME => 'Statistics::ANOVA', AUTHOR => 'Roderick Garton ', VERSION_FROM => 'lib/Statistics/ANOVA.pm', ABSTRACT_FROM => 'lib/Statistics/ANOVA.pm', PL_FILES => {}, PREREQ_PM => { 'Test::More' => 0, 'Statistics::TTest' => 1.1, 'Statistics::DependantTTest' => 0.03, 'Algorithm::Combinatorics' => 0.23, 'Statistics::Distributions' => 1.02, 'Statistics::Descriptive' => 2.6, 'Math::Cephes' => 0.43, 'Scalar::Util' => 1.18, }, dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', }, clean => { FILES => 'Statistics-ANOVA-0.062-*' }, );