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.4001
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'Math::Factor::XS',
  'VERSION_FROM' => 'lib/Math/Factor/XS.pm',
  'PREREQ_PM' => {
                   'Carp' => 0,
                   'Exporter' => 0,
                   'ExtUtils::CBuilder' => 0,
                   'List::MoreUtils' => 0,
                   'Params::Validate' => 0,
                   'Scalar::Util' => 0,
                   'Test::More' => 0,
                   'XSLoader' => 0,
                   'boolean' => 0
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [],
  'PL_FILES' => {}
)
;