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' => 'XAS',
          'VERSION_FROM' => 'lib/XAS.pm',
          'PREREQ_PM' => {
                           'Badger' => '0.06',
                           'Config::Any' => '0',
                           'Config::Tiny' => '0',
                           'DBIx::Class' => '0.08121',
                           'DBIx::Class::OptimisticLocking' => '0',
                           'DBIx::Class::Schema::Config' => '0',
                           'DateTime' => '0.55',
                           'DateTime::Format::MySQL' => '0',
                           'DateTime::Format::Pg' => '0',
                           'DateTime::Format::Strptime' => '0',
                           'DateTime::TimeZone' => '1.16',
                           'Gearman::XS' => '0.11',
                           'Hash::Merge' => '0',
                           'LockFile::Simple' => '0.207',
                           'MIME::Lite' => '0',
                           'POE' => '1.289',
                           'Params::Validate' => '0.95',
                           'Pod::POM' => '0',
                           'Test::More' => 0,
                           'Text::Autoformat' => '0',
                           'Try::Tiny' => '0.04'
                         },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => [
                           'bin/create_schema.pl',
                           'bin/echo-client.pl',
                           'bin/pg_extract_data.pl',
                           'bin/pg_extract_global.pl',
                           'bin/pg_remove_data.pl',
                           'bin/rpc-client.pl',
                           'bin/template.pl'
                         ],
          'PL_FILES' => {}
        )
;