From 095665133871108a5cb3a4e9d7d45500098a4176 Mon Sep 17 00:00:00 2001 From: Sergiotarxz Date: Wed, 27 Nov 2024 17:46:59 +0100 Subject: [PATCH] Adding Build.PL and deps with mojolicious. --- Build.PL | 5 +++-- deps | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Build.PL b/Build.PL index c6cc354..b1b20f2 100755 --- a/Build.PL +++ b/Build.PL @@ -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, diff --git a/deps b/deps index 77bb55d..664fe63 100644 --- a/deps +++ b/deps @@ -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