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.39_01
require 5.006;
use ExtUtils::MakeMaker;
WriteMakefile
(
  'PL_FILES' => {},
  'INSTALLDIRS' => 'site',
  'NAME' => 'Text::NumericData',
  'EXE_FILES' => [
                   'script/txdbaseline',
                   'script/txdcalc',
                   'script/txdcolumns',
                   'script/txdconstruct',
                   'script/txdcontract',
                   'script/txdderiv',
                   'script/txdextrema',
                   'script/txdfilter',
                   'script/txdfromafors',
                   'script/txdfromtcad',
                   'script/txdinfo',
                   'script/txdmean',
                   'script/txdnorm',
                   'script/txdrecycle',
                   'script/txdrows',
                   'script/txdsort',
                   'script/txdstatistics',
                   'script/txdtotex'
                 ],
  'VERSION_FROM' => 'lib/Text/NumericData.pm',
  'PREREQ_PM' => {
                   'Test::More' => 0,
                   'File::Compare' => 0,
                   'Config::Param' => '3',
                   'Storable' => 0,
                   'Math::Spline' => 0,
                   'Text::ASCIIPipe' => '1.001'
                 }
)
;