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