-
-
Notifications
You must be signed in to change notification settings - Fork 87
/
Makefile.PL
36 lines (36 loc) · 1.15 KB
/
Makefile.PL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Note: this file was auto-generated by Module::Build::Compat version 0.4234
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,
'Memoize' => 0,
'Term::ANSIColor' => 0,
'Term::ReadLine' => 0,
'Test::More' => 0,
'Text::ParseWords' => 0,
'Text::Wrap' => 0,
'Time::Piece' => 0,
'URI::Escape' => 0
},
'INSTALLDIRS' => 'site',
'EXE_FILES' => [
'bin/youtube-viewer'
],
'PL_FILES' => {}
)
;