From e3580887cbc12edfebb43d0db472cc3a61da22af Mon Sep 17 00:00:00 2001 From: user Date: Mon, 19 Jun 2023 12:03:00 +0400 Subject: [PATCH] Bump Mojolicious version --- Makefile.PL | 2 +- cpanfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.PL b/Makefile.PL index d8f67d4..d31476c 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -26,7 +26,7 @@ my %WriteMakefileArgs = ( "Math::BigFloat" => "1.999814", "Math::BigInt" => "1.999814", "Mojo::UserAgent" => 0, - "Mojolicious" => "== 7.29", + "Mojolicious" => "7.29", "Moo" => 0, "Path::Tiny" => 0, "Scalar::Util" => 0, diff --git a/cpanfile b/cpanfile index b8ef11f..7e586ab 100644 --- a/cpanfile +++ b/cpanfile @@ -1,6 +1,6 @@ requires 'perl', '5.014'; requires 'Moo'; -requires 'Mojolicious', '== 7.29'; +requires 'Mojolicious', '>= 7.29'; requires 'Mojo::UserAgent'; requires 'Math::BigInt', '>= 1.999814'; requires 'Math::BigFloat', '>= 1.999814';