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.31012
use ExtUtils::MakeMaker;
WriteMakefile
(
          'INSTALLDIRS' => 'site',
          'NAME' => 'Math::SymbolicX::ParserExtensionFactory',
          'EXE_FILES' => [],
          'VERSION_FROM' => 'lib/Math/SymbolicX/ParserExtensionFactory.pm',
          'PREREQ_PM' => {
                           'Test::More' => 0,
                           'Math::Symbolic' => '0.603',
                           'Text::Balanced' => '0',
                           'Memoize' => '1.01',
                           'Data::Dumper' => '0',
                           'Parse::RecDescent' => '0'
                         }
        )
;