From c0d52b7c34ce2889944cce5a92e949488ff47234 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Tue, 9 Apr 2019 20:27:30 +0200 Subject: Add methods to add query and path parts --- 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 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 -=VERSION 0.1.0 +=VERSION 0.2.0 =head1 Synopsis -- cgit v1.1