aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.PL
blob: a3826d8f57f93b4735c78606590349de79dcfad6 (plain)
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
# Note: this file was auto-generated by Module::Build::Compat version 0.4231
require 5.016;
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'WWW::FairViewer',
  'VERSION_FROM' => 'lib/WWW/FairViewer.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/fair-viewer'
                 ],
  'PL_FILES' => {}
)
;