Skip to content
Permalink
Branch: master
Find file Copy path
Find file Copy path
Fetching contributors…
Cannot retrieve contributors at this time
35 lines (34 sloc) 1.08 KB
# Note: this file was auto-generated by Module::Build::Compat version 0.4224
require 5.016;
use ExtUtils::MakeMaker;
WriteMakefile
(
'NAME' => 'WWW::YoutubeViewer',
'VERSION_FROM' => 'lib/WWW/YoutubeViewer.pm',
'PREREQ_PM' => {
'Data::Dump' => 0,
'Encode' => 0,
'File::Path' => 0,
'File::Spec' => 0,
'File::Spec::Functions' => 0,
'Getopt::Long' => 0,
'HTTP::Request' => 0,
'JSON' => 0,
'LWP::Protocol::https' => 0,
'LWP::UserAgent' => 0,
'List::Util' => 0,
'MIME::Base64' => 0,
'Term::ANSIColor' => 0,
'Term::ReadLine' => 0,
'Test::More' => 0,
'Text::ParseWords' => 0,
'Text::Wrap' => 0,
'URI::Escape' => 0
},
'INSTALLDIRS' => 'site',
'EXE_FILES' => [
'bin/youtube-viewer'
],
'PL_FILES' => {}
)
;
You can’t perform that action at this time.