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