The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# Note: this file was auto-generated by Module::Build::Compat version 0.4214
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'Statistics::ANOVA::Friedman',
  'VERSION_FROM' => 'lib/Statistics/ANOVA/Friedman.pm',
  'PREREQ_PM' => {
                   'List::AllUtils' => '0.09',
                   'Math::Cephes' => '0.5304',
                   'Statistics::Data' => '0.11',
                   'Statistics::Data::Rank' => '0.01',
                   'Test::More' => '0.98'
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [],
  'PL_FILES' => {}
)
;