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.4216
require 5.008001;
use ExtUtils::MakeMaker;
WriteMakefile
(
  'INSTALLDIRS' => 'site',
  'VERSION_FROM' => 'script/thrall.pl',
  'NAME' => 'Thrall',
  'EXE_FILES' => [
                   'script/thrall.pl'
                 ],
  'PREREQ_PM' => {
                   'Plack' => '0.992',
                   'threads' => '1.73',
                   'Test::TCP' => '0.15',
                   'HTTP::Tiny' => 0,
                   'Test::More' => '0.88'
                 },
  'PL_FILES' => {}
)
;