Skip to content

Commit

Permalink
more deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
tokuhirom committed Nov 12, 2013
1 parent 1af873e commit 6735f45
Showing 1 changed file with 19 additions and 4 deletions.
23 changes: 19 additions & 4 deletions lib/Amon2/Setup/Flavor/Large.pm
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,25 @@ sub run {

$self->create_cpanfile(
{
'Module::Find' => 0, # load controllers
'Module::Functions' => 2, # Dispatcher
'Router::Boom' => '0.06',
'HTTP::Session2' => 0,
'Amon2::Util' => 0,
'Amon2::Web' => 0,
'Amon2::Web::Dispatcher::RouterBoom' => 0,
'DBI' => 0,
'File::ShareDir' => 0,
'Getopt::Long' => 0,
'HTTP::Session2::ClientStore' => 0,
'Module::Build' => 0,
'Module::Find' => 0, # load controllers
'Module::Functions' => 2, # Dispatcher
'Plack::App::File' => 0,
'Plack::Builder' => 0,
'Plack::Loader' => 0,
'Plack::Session::Store::DBI' => 0,
'Router::Boom' => '0.06',
'Teng' => 0,
'Teng::Row' => 0,
'Teng::Schema::Declare' => 0,
'parent' => 0,
}
);

Expand Down

0 comments on commit 6735f45

Please sign in to comment.