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/Grammar/Actions.pm6 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/URL/Grammar/Actions.pm6') diff --git a/lib/URL/Grammar/Actions.pm6 b/lib/URL/Grammar/Actions.pm6 index 2ef70bb..be7dc4e 100644 --- a/lib/URL/Grammar/Actions.pm6 +++ b/lib/URL/Grammar/Actions.pm6 @@ -32,7 +32,7 @@ method fragment ($/) { make ~$/ } =NAME URL::Grammar::Actions =AUTHOR Patrick Spek -=VERSION 0.2.0 +=VERSION 0.2.1 =head1 Synopsis -- cgit v1.1