Makefile.PL 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637
  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::YoutubeViewer',
  7. 'VERSION_FROM' => 'lib/WWW/YoutubeViewer.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' => 0,
  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. 'Time::Piece' => 0,
  28. 'URI::Escape' => 0
  29. },
  30. 'INSTALLDIRS' => 'site',
  31. 'EXE_FILES' => [
  32. 'bin/youtube-viewer'
  33. ],
  34. 'PL_FILES' => {}
  35. )
  36. ;