# Note: this file was auto-generated by Module::Build::Compat version 0.4224
require 5.014;
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'Math::Bacovia',
  'VERSION_FROM' => 'lib/Math/Bacovia.pm',
  'PREREQ_PM' => {
                   'Class::Multimethods' => '1.7',
                   'List::UtilsBy' => '0.06',
                   'Math::AnyNum' => '0.14',
                   'Set::Product::XS' => '0.04',
                   'Test::More' => 0
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [],
  'PL_FILES' => {}
)
;