Makefile.PL 472 B

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