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.4205
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'Statistics::Autocorrelation',
  'VERSION_FROM' => 'lib/Statistics/Autocorrelation.pm',
  'PREREQ_PM' => {
                   'List::AllUtils' => '0.07',
                   'Math::Cephes' => '0.5303',
                   'Statistics::Data' => '0.08',
                   'Statistics::Lite' => '3.2',
                   'Statistics::Zed' => '0.10',
                   'Test::More' => '0.92'
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [],
  'PL_FILES' => {}
)
;