Makefile.PL 388 B

1234567891011121314151617
  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::MatrixLUP',
  7. 'VERSION_FROM' => 'lib/Math/MatrixLUP.pm',
  8. 'PREREQ_PM' => {
  9. 'Carp' => 0,
  10. 'Test::More' => 0
  11. },
  12. 'INSTALLDIRS' => 'site',
  13. 'EXE_FILES' => [],
  14. 'PL_FILES' => {}
  15. )
  16. ;