1# Note: this file was auto-generated by Module::Build::Compat version 0.4003
2use ExtUtils::MakeMaker;
3WriteMakefile
4(
5  'NAME' => 'Math::Symbolic',
6  'VERSION_FROM' => 'lib/Math/Symbolic.pm',
7  'PREREQ_PM' => {
8                   'Data::Dumper' => '0',
9                   'Memoize' => '1.01',
10                   'Parse::RecDescent' => '0',
11                   'Test::More' => 0
12                 },
13  'INSTALLDIRS' => 'site',
14  'EXE_FILES' => [],
15  'PL_FILES' => {}
16)
17;
18