Makefile.PL 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738
  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::LbryViewer',
  7. 'VERSION_FROM' => 'lib/WWW/LbryViewer.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. 'HTML::Entities' => 0,
  16. 'HTML::Tree' => 0,
  17. 'HTTP::Request' => 0,
  18. 'JSON' => 0,
  19. 'LWP::Protocol::https' => 0,
  20. 'LWP::UserAgent' => 0,
  21. 'List::Util' => 0,
  22. 'MIME::Base64' => 0,
  23. 'Memoize' => 0,
  24. 'Term::ANSIColor' => 0,
  25. 'Term::ReadLine' => 0,
  26. 'Test::More' => 0,
  27. 'Text::ParseWords' => 0,
  28. 'Text::Wrap' => 0,
  29. 'URI::Escape' => 0
  30. },
  31. 'INSTALLDIRS' => 'site',
  32. 'EXE_FILES' => [
  33. 'bin/lbry-viewer'
  34. ],
  35. 'PL_FILES' => {}
  36. )
  37. ;