Adding Build.PL and deps with mojolicious.

This commit is contained in:
Sergiotarxz 2024-11-27 17:46:59 +01:00
parent da6168bf24
commit 0956651338
2 changed files with 4 additions and 3 deletions

View File

@ -21,9 +21,10 @@ my $build = Module::Build->new(
'DBIx::Class' => 0,
'Pango' => 0,
'Crypt::URandom' => 0,
'Mojolicious' => 0,
},
extra_linker_flags => ['-lfontconfig', '-lfreetype'],
test_requires => {
extra_linker_flags => [ '-lfontconfig', '-lfreetype' ],
test_requires => {
'Test::MockModule' => 0,
'Test::Most' => 0,
'Test::MockObject' => 0,

2
deps
View File

@ -1 +1 @@
DBI DBD::SQLite Cairo::GObject Glib::IO Glib::Object::Introspection JSON Moo YAML::PP Path::Tiny DBIx::Class Pango Crypt::URandom
DBI DBD::SQLite Cairo::GObject Glib::IO Glib::Object::Introspection JSON Moo YAML::PP Path::Tiny DBIx::Class Pango Crypt::URandom Mojolicious