aboutsummaryrefslogtreecommitdiff
path: root/lib/URL/Grammar/Actions.pm6
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2019-04-09 20:27:30 +0200
committerPatrick Spek <p.spek@tyil.nl>2019-04-09 20:27:30 +0200
commitc0d52b7c34ce2889944cce5a92e949488ff47234 (patch)
tree31741f20ee35c99f65043fa50435325b59c4bb40 /lib/URL/Grammar/Actions.pm6
parent1bd1dff6d449ab221e191679fd8ec516b7cc1d4e (diff)
Add methods to add query and path parts
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 2015073..2ef70bb 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.1.0
+=VERSION 0.2.0
=head1 Synopsis