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.4218
require 5.010001;
use ExtUtils::MakeMaker;
WriteMakefile
(
  'PL_FILES' => {},
  'PREREQ_PM' => {
                   'Tie::Cycle' => '1.19',
                   'Test::More' => 0,
                   'List::Compare::Functional' => '0.53',
                   'Moose' => '2.16',
                   'List::MoreUtils' => '0.401',
                   'Carp' => 0,
                   'namespace::autoclean' => '0.16'
                 },
  'NAME' => 'Algorithm::QuineMcCluskey',
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [],
  'VERSION_FROM' => 'lib/Algorithm/QuineMcCluskey.pm'
)
;