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.006;
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'Audit::DBI::TT2',
  'VERSION_FROM' => 'lib/Audit/DBI/TT2.pm',
  'PREREQ_PM' => {
                   'Audit::DBI' => '1.008001',
                   'DBD::SQLite' => 0,
                   'DBI' => 0,
                   'Data::Dump' => 0,
                   'HTML::Entities' => 0,
                   'POSIX' => 0,
                   'Scalar::Util' => 0,
                   'Template::Plugin' => 0,
                   'Template::Stash' => 0,
                   'Test::Exception' => 0,
                   'Test::FailWarnings' => 0,
                   'Test::More' => '0.94'
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [],
  'PL_FILES' => {},
  'test' => {
              'TESTS' => 't/*.t'
            }
)
;