Makefile.PL 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. # Note: this file was auto-generated by Module::Build::Compat version 0.4234
  2. require 5.018000;
  3. use ExtUtils::MakeMaker;
  4. WriteMakefile
  5. (
  6. 'NAME' => 'Sidef',
  7. 'VERSION_FROM' => 'lib/Sidef.pm',
  8. 'PREREQ_PM' => {
  9. 'Algorithm::Combinatorics' => 0,
  10. 'Algorithm::Loops' => 0,
  11. 'Cwd' => 0,
  12. 'Data::Dump' => 0,
  13. 'Data::Dump::Filtered' => 0,
  14. 'Encode' => 0,
  15. 'Fcntl' => 0,
  16. 'File::Basename' => 0,
  17. 'File::Copy' => 0,
  18. 'File::Path' => 0,
  19. 'File::Spec' => 0,
  20. 'Getopt::Std' => 0,
  21. 'List::Util' => '1.45',
  22. 'Math::GMPq' => '0.45',
  23. 'Math::GMPz' => '0.48',
  24. 'Math::MPC' => 0,
  25. 'Math::MPFR' => '3.36',
  26. 'Math::Prime::Util::GMP' => '0.52',
  27. 'Memoize' => 0,
  28. 'Scalar::Util' => 0,
  29. 'Socket' => 0,
  30. 'Term::ReadLine' => 0,
  31. 'Test::More' => 0,
  32. 'Time::HiRes' => 0,
  33. 'Time::Piece' => 0,
  34. 'parent' => 0,
  35. 'utf8' => 0
  36. },
  37. 'INSTALLDIRS' => 'site',
  38. 'EXE_FILES' => [
  39. 'bin/sidef'
  40. ],
  41. 'PL_FILES' => {}
  42. )
  43. ;