]> git.donarmstrong.com Git - debbugs.git/blob - Makefile.PL
Handle RFC1522 escaped commas in structured headers (#1041638)
[debbugs.git] / Makefile.PL
1 #!/usr/bin/perl
2
3 use ExtUtils::MakeMaker;
4
5 WriteMakefile(FIRST_MAKEFILE => 'Makefile.perl',
6               EXE_FILES => ['bin/local-debbugs',
7                         'bin/add_bug_to_estraier',
8                        ],
9               NAME => 'Debbugs',
10               PREREQ_PM => {'AptPkg::Version' => 0,
11                             'CGI::Alert' => 0,
12                             'CGI::Simple' => 0,
13                             'Config::Simple' => 0,
14                             'Data::Dumper' => 0,
15                             'Digest::MD5' => 0,
16                             'ExtUtils::MakeMaker' => 0,
17                             'File::Basename' => 0,
18                             'File::Copy' => 0,
19                             'File::Find' => 0,
20                             'File::LibMagic' => 0,
21                             'File::Path' => 0,
22                             'File::stat' => 0,
23                             'File::Temp' => 0,
24                             'Getopt::Long' => 0,
25                             'HTML::Entities' => 0,
26                             'HTTP::Server::Simple' => 0,
27                             'HTTP::Status' => 0,
28                             'IO::File' => 0,
29                             'IO::Handle' => 0,
30                             'IO::InnerFile' => 0,
31                             'IO::Scalar' => 0,
32                             'IPC::Open2' => 0,
33                             'IPC::Open3' => 0,
34                             'IPC::Run' => 0,
35                             'Libravatar::URL' => 0,
36                             'List::AllUtils' => 0,
37                             'LWP::UserAgent' => 0,
38                             'Mail::Address' => 0,
39                             'Mail::CrossAssassin' => 0,
40                             'Mail::RFC822::Address' => 0,
41                             'Mail::SpamAssassin' => 0,
42                             'MIME::Decoder' => 0,
43                             'MIME::Parser' => 0,
44                             'MIME::Words' => 0,
45                             'MIME::Words::encode_mimewords' => 0,
46                             'Params::Validate' => 0,
47                             'Pod::Usage' => 0,
48                             'Safe::Hole' => 0,
49                             'Scalar::Util' => 0,
50                             'SOAP::Lite' => 0,
51                             'SOAP::Transport::HTTP' => 0,
52                             'Sys::Hostname' => 0,
53                             'Test::More' => 0,
54                             'Test::Pod' => 0,
55                             'Test::WWW::Mechanize' => 0,
56                             'Text::Iconv' => 0,
57                             'Text::Template' => 0,
58                             'threads::shared' => 0,
59                             'Time::HiRes' => 0,
60                             'URI::Escape' => 0,
61                            },
62               VERSION => '2.4.2',
63              );