# Note: this file was auto-generated by Module::Build::Compat version 0.03 use ExtUtils::MakeMaker; WriteMakefile ( 'NAME' => 'Math::SymbolicX::Inline', 'VERSION_FROM' => 'lib/Math/SymbolicX/Inline.pm', 'PREREQ_PM' => { 'Math::Symbolic' => '0.129', 'Math::Symbolic::Custom::Contains' => '0.1', 'Test::More' => '0' }, 'INSTALLDIRS' => 'site', 'EXE_FILES' => [], 'PL_FILES' => {} ) ;