/usr/local/CPAN/Math-Symbolic-Custom-Pattern/Makefile.PL


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