Initial release
[app-devbot.git] / Makefile.PL
CommitLineData
bb1da1df
MG
1use 5.014002;
2use ExtUtils::MakeMaker;
3
4WriteMakefile(
5 NAME => 'App::Devbot',
6 VERSION_FROM => 'lib/App/Devbot.pm',
7 EXE_FILES => [ 'devbot' ],
8 ABSTRACT_FROM => 'lib/App/Devbot.pm',
9 AUTHOR => 'Marius Gavrilescu <marius@ieval.ro>',
10 LICENSE => 'perl',
11 PREREQ_PM => {
12 'POE::Component::IRC' => 6.37, #6.37 is the version in Debian squeeze. Hope devbot works with 6.37 :-).
13 'IRC::Utils' => 0,
14 'File::Slurp' => 0,
15 },
16);
This page took 0.010652 seconds and 4 git commands to generate.