# Note: this file was auto-generated by Module::Build::Compat version 0.03 use ExtUtils::MakeMaker; WriteMakefile ( 'NAME' => 'App::ErrorCalculator', 'VERSION_FROM' => 'lib/App/ErrorCalculator.pm', 'PREREQ_PM' => { 'Gtk2' => '0', 'Gtk2::Ex::Dialogs' => '0', 'Math::Symbolic' => '0.163', 'Math::SymbolicX::Error' => '0', 'Math::SymbolicX::NoSimplification' => '0', 'Number::WithError' => '0.03', 'Spreadsheet::Read' => '0', 'Test::More' => '0' }, 'INSTALLDIRS' => 'site', 'EXE_FILES' => [ 'bin/errorcalculator' ], 'PL_FILES' => {} ) ;