Makefile.PL 354 B

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