From 5c74583a0433b1f5ec11458aa6b7f2370e873144 Mon Sep 17 00:00:00 2001 From: Aleks-Daniel Jakimenko-Aleksejev Date: Wed, 8 Nov 2023 00:29:13 +0200 Subject: [PATCH] Unpin IRC::Client version in the source code too Why was it even like that? --- lib/Whateverable.pm6 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Whateverable.pm6 b/lib/Whateverable.pm6 index 1c6b2d9..72fca2c 100644 --- a/lib/Whateverable.pm6 +++ b/lib/Whateverable.pm6 @@ -17,7 +17,7 @@ # along with this program. If not, see . use File::Directory::Tree; -use IRC::Client:ver<4.0.9>:auth; +use IRC::Client; use IRC::TextColor; use JSON::Fast; use Number::Denominate;