From 98c120edea5ac27bbdb295d7aec652c15e520f6e Mon Sep 17 00:00:00 2001 From: brian d foy Date: Fri, 2 Feb 2024 15:05:55 -0500 Subject: [PATCH] Try requiring Mojolicious instead of Mojo::UserAgent the version is undef for Mojo submodules --- Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.PL b/Makefile.PL index c179692..416b47a 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -67,7 +67,7 @@ my %WriteMakefile = ( 'PREREQ_PM' => { 'HTML::Escape' => '0', 'HTML::Entities' => '0', - 'Mojo::UserAgent' => '0', + 'Mojolicious' => '9', 'Surveyor::App' => '0', },