Makefile.PL 474 B

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