]> gitweb @ CieloNegro.org - pci-nopaste.git/blob - Makefile.PL
Makefile.PL for rc.d
[pci-nopaste.git] / Makefile.PL
1 #use 5.008006;
2 use ExtUtils::MakeMaker;
3 # See lib/ExtUtils/MakeMaker.pm for details of how to influence
4 # the contents of the Makefile that is written.
5 WriteMakefile(
6     NAME              => 'POE::Component::IRC::Plugin::NoPaste',
7     VERSION_FROM      => 'lib/POE/Component/IRC/Plugin/NoPaste.pm', # finds $VERSION
8     PREREQ_PM         => {
9         Carp                => 0,
10         CGI                 => 2.69,
11         DBD::SQLite         => 1.08,
12         DBI                 => 0,
13         Encode              => 0,
14         Error               => 0,
15         Exporter            => 0,
16         File::Copy          => 0,
17         File::Spec          => 0,
18         File::stat          => 0,
19         Getopt::Long        => 0,
20         Hash::Util          => 0,
21         HTTP::Status        => 0,
22         Locale::TextDomain  => 0,
23         Net::Domain         => 0,
24         POE::Component::IRC => 4.69,
25         POE::Component::Server::HTTP => 0.08,
26         Pod::Usage          => 0,
27         Time::Format        => 0,
28         UNIVERSAL           => 0,
29         URI                 => 0,
30         URI::QueryParam     => 0,
31         YAML                => 0,
32     },
33     EXE_FILES         => [qw(bin/pci-nopaste)],
34     ($] >= 5.005 ?     ## Add these new keywords supported since 5.005
35       (ABSTRACT_FROM  => 'lib/POE/Component/IRC/Plugin/NoPaste.pm', # retrieve abstract from module
36        AUTHOR         => 'phonohawk <phonohawk@ps.sakura.ne.jp>') : ()),
37 );