1name             = Hailo
2author           = Hinrik Örn Sigurðsson <hinrik.sig@gmail.com>
3author           = Ævar Arnfjörð Bjarmason <avar@cpan.org>
4copyright_holder = Hinrik Örn Sigurðsson and Ævar Arnfjörð Bjarmason
5license          = Perl_5
6
7[@AVAR]
8dist             = Hailo
9bugtracker       = rt
10homepage         = http://hailo.org
11github_user      = hailo
12no_AutoPrereq    = 1
13use_MakeMaker    = 1
14use_CompileTests = 0
15
16[Prereqs / RuntimeRequires]
17perl                      = 5.010
18; Core stuff
19Time::HiRes               = 0
20File::Spec::Functions     = 0
21
22Moose                     = 0
23MooseX::StrictConstructor = 0
24MooseX::Types             = 0
25MooseX::Getopt            = 0
26
27; Hailo.pm
28autodie                   = 0
29Class::Load               = 0
30IPC::System::Simple       = 0
31File::CountLines          = 0
32IO::Interactive           = 0
33
34; Command.pm
35Getopt::Long::Descriptive = 0
36Dir::Self                 = 0
37Term::Sk                  = 0
38
39; ReadLine.pm
40Term::ReadLine            = 0
41Data::Dump                = 0
42
43; DBD.pm
44List::MoreUtils           = 0
45
46; SQLite.pm
47DBD::SQLite               = 0
48
49; Words.pm
50Regexp::Common            = 0
51
52; everywhere
53namespace::clean          = 0
54
55[Prereqs / TestRequires]
56File::Slurp               = 0
57Test::Exception           = 0
58Test::Expect              = 0
59Test::More                = 0
60Test::Output              = 0
61Test::Script              = 0
62Test::Script::Run         = 0
63Pod::Section              = 0
64Data::Section             = 0
65
66; Data to babble on
67Bot::Training             = 0.06
68Bot::Training::MegaHAL    = 0.03
69Bot::Training::StarCraft  = 0.03
70
71[Prereqs / RuntimeRecommends]
72;; Pg/mysql: optional backends
73DBD::mysql                = 0
74DBD::Pg                   = 0
75