Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add new modules needed by spriter to the prereqs
  • Loading branch information
zoffixznet committed Nov 7, 2015
1 parent cf95cb4 commit c50c8b3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Build.PL
Expand Up @@ -14,7 +14,9 @@ my $build = Module::Build->new(
'HTML::Template' => 0,
'Mojolicious' => 0,
'YAML' => 0,
'IO::Socket::SSL' => '1.94',
'IO::Socket::SSL' => '1.94',
'Mojolicious::Plugin::AssetPack' => '0.68',
'Imager::File::PNG' => '0.92',
}
);
$build->create_build_script;

0 comments on commit c50c8b3

Please sign in to comment.