# Note: this file was auto-generated by Module::Build::Compat version 0.03 use ExtUtils::MakeMaker; WriteMakefile ( 'PL_FILES' => {}, 'INSTALLDIRS' => 'site', 'NAME' => 'Math::SymbolicX::Calculator::Interface::Web', 'EXE_FILES' => [ 'bin/symbolic_calculator_web_server' ], 'VERSION_FROM' => 'lib/Math/SymbolicX/Calculator/Interface/Web.pm', 'PREREQ_PM' => { 'Getopt::Long' => '0', 'Math::Symbolic' => '0.501', 'Pod::Usage' => '0', 'CGI::Ajax' => '0', 'Parse::RecDescent' => '0', 'Test::More' => 0, 'HTTP::Server::Simple' => '0', 'Params::Util' => '0', 'Math::SymbolicX::Calculator::Interface' => '0.01' } ) ;