about summary refs log tree commit diff stats
path: root/META6.json
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2021-01-20 16:41:19 +0530
committerAndinus <andinus@nand.sh>2021-01-20 16:41:19 +0530
commit30649012a8b20f8414756727948a3899a4b550b2 (patch)
treeaa3df189cf8065c6bf1ff8a7f9d1fb9d6a256272 /META6.json
parent02cd965f42d93e9951917d7a99d1d7e711f448d3 (diff)
downloadoctans-30649012a8b20f8414756727948a3899a4b550b2.tar.gz
Allow future versions of WWW module to be used
Diffstat (limited to 'META6.json')
-rw-r--r--META6.json2
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" : [ ],