Skip to content

Commit

Permalink
Add more prereqs
Browse files Browse the repository at this point in the history
  • Loading branch information
zoffixznet committed Mar 14, 2018
1 parent 8f7253d commit 17a1807
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions Build.PL
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,22 @@ my $build = Module::Build->new(
dist_version => '0.1',
recursive_test_files => 1,
requires => {
'CSS::Minifier::XS' => '0.09',
'CSS::Sass' => '3.4.10',
'File::Glob' => '0',
'IO::Socket::SSL' => '2.056',
'JavaScript::Minifier::XS' => '0.11',
'Mojo::Base' => '0',
'Time::Moment' => '0.43',
'Mojo::File' => '0',
'Mojo::Util' => '0',
'Mojo::SQLite' => '3.000',
'Mojolicious' => '7.31',
'Mojolicious::Lite' => '0',
'Mojolicious::Plugin::AssetPack' => '1.42',
'Text::MultiMarkdown' => '1.000035',
'strict' => '0',
'Text::MultiMarkdown' => '1.000035',
'Time::Moment' => '0.43',
'warnings' => '0',

}
);
$build->create_build_script;

0 comments on commit 17a1807

Please sign in to comment.