diff options
author | Andinus <andinus@nand.sh> | 2021-01-20 16:41:19 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2021-01-20 16:41:19 +0530 |
commit | 30649012a8b20f8414756727948a3899a4b550b2 (patch) | |
tree | aa3df189cf8065c6bf1ff8a7f9d1fb9d6a256272 | |
parent | 02cd965f42d93e9951917d7a99d1d7e711f448d3 (diff) | |
download | octans-30649012a8b20f8414756727948a3899a4b550b2.tar.gz |
Allow future versions of WWW module to be used
-rw-r--r-- | META6.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/META6.json b/META6.json index 9a49e7f..960fd5a 100644 --- a/META6.json +++ b/META6.json @@ -14,7 +14,7 @@ "Octans::WordSearch" : "lib/Octans/WordSearch.rakumod" }, "depends" : [ - "WWW:ver<1.005006>:auth<github:raku-community-modules>" + "WWW:ver<1.005006+>:auth<github:raku-community-modules>" ], "build-depends" : [ ], "test-depends" : [ ], |