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
require 5.010;
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'SQL::Abstract::FromQuery',
  'VERSION_FROM' => 'lib/SQL/Abstract/FromQuery.pm',
  'PREREQ_PM' => {
                   'Digest::MD5' => 0,
                   'Module::Load' => 0,
                   'Params::Validate' => 0,
                   'Regexp::Grammars' => '1.038',
                   'Scalar::Util' => 0,
                   'Test::More' => 0,
                   'UNIVERSAL::DOES' => 0,
                   'namespace::clean' => 0,
                   'parent' => 0
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [],
  'PL_FILES' => {}
)
;