From 6029409229ef9580d7768571fc5f17a2d9330823 Mon Sep 17 00:00:00 2001 From: Patrick Hochstenbach Date: Sun, 12 Jan 2025 18:13:32 +0100 Subject: [PATCH] Attempt 2 --- cpanfile | 1 + 1 file changed, 1 insertion(+) diff --git a/cpanfile b/cpanfile index e4ee3db7..21a8791b 100644 --- a/cpanfile +++ b/cpanfile @@ -21,6 +21,7 @@ on 'develop', sub { requires 'Any::URI::Escape', 0; requires 'App::Cmd', '<=0.336'; +requires 'Getopt::Long::Descriptive', '<=0.115'; requires 'CGI::Expand', '2.02'; requires 'Class::Method::Modifiers', 0; requires 'Clone', '0.31';