Makefile.PL 1.1 KB

123456789101112131415161718192021222324252627282930313233343536
  1. # Note: this file was auto-generated by Module::Build::Compat version 0.4234
  2. require 5.016;
  3. use ExtUtils::MakeMaker;
  4. WriteMakefile
  5. (
  6. 'NAME' => 'WWW::PipeViewer',
  7. 'VERSION_FROM' => 'lib/WWW/PipeViewer.pm',
  8. 'PREREQ_PM' => {
  9. 'Data::Dump' => 0,
  10. 'Encode' => 0,
  11. 'File::Path' => 0,
  12. 'File::Spec' => 0,
  13. 'File::Spec::Functions' => 0,
  14. 'Getopt::Long' => 0,
  15. 'HTTP::Request' => 0,
  16. 'JSON' => 0,
  17. 'LWP::Protocol::https' => 0,
  18. 'LWP::UserAgent' => 0,
  19. 'List::Util' => '1.33',
  20. 'MIME::Base64' => 0,
  21. 'Memoize' => 0,
  22. 'Term::ANSIColor' => 0,
  23. 'Term::ReadLine' => 0,
  24. 'Test::More' => 0,
  25. 'Text::ParseWords' => 0,
  26. 'Text::Wrap' => 0,
  27. 'URI::Escape' => 0
  28. },
  29. 'INSTALLDIRS' => 'site',
  30. 'EXE_FILES' => [
  31. 'bin/pipe-viewer'
  32. ],
  33. 'PL_FILES' => {}
  34. )
  35. ;