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.3800
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'Text::ASCIITable::TW',
  'VERSION_FROM' => 'lib/Text/ASCIITable/TW.pm',
  'PREREQ_PM' => {
                   'Encode' => '2.26',
                   'Moose' => '0.55',
                   'Test::More' => 0,
                   'Text::ASCIITable' => '0.18',
                   'version' => '0.76'
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [],
  'PL_FILES' => {}
)
;