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' => 'Queue::DBI',
  'VERSION_FROM' => 'lib/Queue/DBI.pm',
  'PREREQ_PM' => {
                   'Carp' => 0,
                   'DBD::SQLite' => 0,
                   'DBI' => 0,
                   'Data::Dumper' => 0,
                   'Data::Validate::Type' => 0,
                   'MIME::Base64' => 0,
                   'Storable' => 0,
                   'Test::Exception' => 0,
                   'Test::More' => '0.94',
                   'Test::Type' => 0,
                   'Try::Tiny' => 0
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [],
  'PL_FILES' => {},
  'test' => {
              'TESTS' => 't/*.t t/01-Admin/*.t t/90-Element/*.t'
            }
)
;