Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
List all the prereqs
  • Loading branch information
zoffixznet committed Nov 14, 2015
1 parent 9149bdf commit 6cd5a04
Showing 1 changed file with 33 additions and 9 deletions.
42 changes: 33 additions & 9 deletions mojo-app/Build.PL
Expand Up @@ -11,15 +11,39 @@ my $build = Module::Build->new(

# and now the list of perl module dependencies
requires => {
'Mojolicious' => '6.29',
'Mojolicious::Plugin::AssetPack' => '0.68',
'Mojolicious::Plugin::Bootstrap3' => '3.3505',
'Package::Alias' => '0.13',
'SQL::Translator' => '0.11021',
'DBIx::Class' => '0.082820',
'Test::Mojo::WithRoles' => '0.02',
'Test::Mojo::Role::ElementCounter' => '1.001005',
'Test::Mojo::Role::SubmitForm' => '1.001007',
'Carp' => 0,
'DBIx::Class::Candy' => '0.005000',
'DBIx::Class::Schema' => 0,
'File::Spec' => 0,
'File::Spec::Functions' => 0,
'File::Temp' => 0,
'FindBin' => 0,
'IO::Handle' => 0,
'IPC::Open3' => 0,
'Import::Into' => 0,
'Mojo::Base' => 0,
'Mojo::Collection' => 0,
'Mojo::SQLite' => 0,
'Mojo::URL' => 0,
'Mojo::Util' => 0,
'Mojolicious' => '6.30',
'Mojolicious::Commands' => 0,
'Mojolicious::Plugin::AssetPack' => '0.68',
'Mojolicious::Plugin::Bootstrap3' => '3.3505',
'POSIX' => 0,
'Test::Mojo::Role::Debug' => '1.003003',
'Test::Mojo::Role::ElementCounter' => '1.001005',
'Test::Mojo::Role::SubmitForm' => '1.001007',
'Test::Mojo::WithRoles' => 0,
'Test::More' => 0,
'Test::Most' => 0,
'base' => 0,
'blib' => '1.01',
'constant' => 0,
'experimental' => 0,
'strict' => 0,
'strictures' => 2,
'warnings' => 0
}
);
$build->create_build_script;

0 comments on commit 6cd5a04

Please sign in to comment.