Adding Build.PL and deps with mojolicious.
This commit is contained in:
parent
da6168bf24
commit
0956651338
3
Build.PL
3
Build.PL
@ -21,8 +21,9 @@ my $build = Module::Build->new(
|
|||||||
'DBIx::Class' => 0,
|
'DBIx::Class' => 0,
|
||||||
'Pango' => 0,
|
'Pango' => 0,
|
||||||
'Crypt::URandom' => 0,
|
'Crypt::URandom' => 0,
|
||||||
|
'Mojolicious' => 0,
|
||||||
},
|
},
|
||||||
extra_linker_flags => ['-lfontconfig', '-lfreetype'],
|
extra_linker_flags => [ '-lfontconfig', '-lfreetype' ],
|
||||||
test_requires => {
|
test_requires => {
|
||||||
'Test::MockModule' => 0,
|
'Test::MockModule' => 0,
|
||||||
'Test::Most' => 0,
|
'Test::Most' => 0,
|
||||||
|
Loading…
Reference in New Issue
Block a user