From 5b8009dbd06f9a09065843de8eb5f8f680bb4f37 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Mon, 6 Jan 2020 17:08:59 +0100 Subject: Fix trailing / in URLs Thanks to chacewells@gmail.com for reporting this issue. --- lib/URL.pm6 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/URL.pm6') diff --git a/lib/URL.pm6 b/lib/URL.pm6 index fa9ebc8..113d902 100644 --- a/lib/URL.pm6 +++ b/lib/URL.pm6 @@ -139,7 +139,7 @@ multi method Str ( =NAME URL =AUTHOR Patrick Spek -=VERSION 0.2.0 +=VERSION 0.2.1 =head1 Synopsis -- cgit v1.1