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. --- META6.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'META6.json') diff --git a/META6.json b/META6.json index 8d00433..46b4008 100644 --- a/META6.json +++ b/META6.json @@ -4,7 +4,6 @@ "Patrick Spek " ], "depends": [ - ], "description": "A Raku library to parse and handle URLs", "license": "AGPL-3.0", @@ -17,11 +16,9 @@ "URL::Grammar::Actions": "lib/URL/Grammar/Actions.pm6" }, "resources": [ - ], "source-url": "https://gitlab.com/tyil/raku-url", "tags": [ - ], - "version": "0.2.0" + "version": "0.2.1" } \ No newline at end of file -- cgit v1.1