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.4205
require 5.008;
use ExtUtils::MakeMaker;
WriteMakefile
(
  'INSTALLDIRS' => 'site',
  'PL_FILES' => {},
  'NAME' => 'Lingua::TH::Numbers',
  'PREREQ_PM' => {
                   'Test::FailWarnings' => 0,
                   'Test::More' => '0.94',
                   'Test::Exception' => 0,
                   'Carp' => 0
                 },
  'VERSION_FROM' => 'lib/Lingua/TH/Numbers.pm',
  'EXE_FILES' => []
)
;