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.006;
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'Audit::DBI',
  'VERSION_FROM' => 'lib/Audit/DBI.pm',
  'PREREQ_PM' => {
                   'Carp' => 0,
                   'Class::Load' => 0,
                   'Config::Tiny' => 0,
                   'DBD::SQLite' => 0,
                   'DBI' => 0,
                   'Data::Dumper' => 0,
                   'Data::Validate::Type' => 0,
                   'File::Spec' => 0,
                   'HTML::Entities' => 0,
                   'MIME::Base64' => 0,
                   'Storable' => 0,
                   'Template::Plugin' => 0,
                   'Template::Stash' => 0,
                   'Test::Exception' => 0,
                   'Test::More' => '0.94',
                   'Test::NoWarnings' => 0,
                   'Try::Tiny' => 0
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [],
  'PL_FILES' => {},
  'test' => {
              'TESTS' => 't/*.t t/TT2/*.t t/Event/*.t t/Utils/*.t'
            }
)
;