Makefile.PL 594 B

12345678910111213141516171819202122
  1. # Note: this file was auto-generated by Module::Build::Compat version 0.4232
  2. require 5.016000;
  3. use ExtUtils::MakeMaker;
  4. WriteMakefile
  5. (
  6. 'NAME' => 'Math::AnyNum',
  7. 'VERSION_FROM' => 'lib/Math/AnyNum.pm',
  8. 'PREREQ_PM' => {
  9. 'Carp' => 0,
  10. 'List::Util' => 0,
  11. 'Math::GMPq' => '0.45',
  12. 'Math::GMPz' => '0.39',
  13. 'Math::MPC' => '1.07',
  14. 'Math::MPFR' => '3.36',
  15. 'Test::More' => 0
  16. },
  17. 'INSTALLDIRS' => 'site',
  18. 'EXE_FILES' => [],
  19. 'PL_FILES' => {}
  20. )
  21. ;