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.4003
require 5.008001;
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'DBIx::Schema::DSL',
  'VERSION_FROM' => 'lib/DBIx/Schema/DSL.pm',
  'PREREQ_PM' => {
                   'Clone' => '0.06',
                   'Moo' => '1.000003',
                   'SQL::Translator' => '0.11011',
                   'Test::More' => '0.98',
                   'Test::Requires' => '0.06'
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [],
  'PL_FILES' => {},
  'test' => {
              'TESTS' => 't/*.t'
            }
)
;