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.3607
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'DBIx::BlackBox',
  'VERSION_FROM' => 'lib/DBIx/BlackBox.pm',
  'PREREQ_PM' => {
                   'DBD::Sybase' => '1.09',
                   'DBI' => '1.609',
                   'DBIx::Connector' => '0.33',
                   'Module::Find' => '0.08',
                   'Moose' => '0.98',
                   'MooseX::Role::Parameterized' => '0.18',
                   'Test::More' => '0.94',
                   'namespace::autoclean' => '0.09'
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [],
  'PL_FILES' => {}
)
;