aboutsummaryrefslogtreecommitdiff
path: root/lib/URL/Grammar/Actions.pm6
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2020-01-06 17:08:59 +0100
committerPatrick Spek <p.spek@tyil.nl>2020-01-06 17:08:59 +0100
commit5b8009dbd06f9a09065843de8eb5f8f680bb4f37 (patch)
tree126eeaec3ab07312dd4f5c32f56faa47d4d6435b /lib/URL/Grammar/Actions.pm6
parent9b6ceba4f1df99b262ebbcffcdb30b1ed16f9b42 (diff)
Fix trailing / in URLsHEADmaster
Thanks to chacewells@gmail.com for reporting this issue.
Diffstat (limited to 'lib/URL/Grammar/Actions.pm6')
-rw-r--r--lib/URL/Grammar/Actions.pm62
1 files changed, 1 insertions, 1 deletions
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 <p.spek@tyil.work>
-=VERSION 0.2.0
+=VERSION 0.2.1
=head1 Synopsis