# Note: this file was auto-generated by Module::Build::Compat version 0.36_17 use ExtUtils::MakeMaker; WriteMakefile ( 'NAME' => 'Text::Table', 'VERSION_FROM' => 'lib/Text/Table.pm', 'PREREQ_PM' => { 'Test::More' => 0, 'Text::Aligner' => '0.05', 'strict' => 0, 'warnings' => 0 }, 'INSTALLDIRS' => 'site', 'EXE_FILES' => [], 'PL_FILES' => {} ) ;