diff options
author | Patrick Spek <p.spek@tyil.nl> | 2021-10-03 10:00:17 +0200 |
---|---|---|
committer | Patrick Spek <p.spek@tyil.nl> | 2021-10-03 10:00:17 +0200 |
commit | 5f98120e96f4cc4d8b296471b07fbdb9ec5e8a1e (patch) | |
tree | c159186d9ee51aa3915ace30451834aef6605bee | |
parent | 0dfdc9c8ec2e7589c688ffdbae8309c26a1a991a (diff) | |
download | rakudo-star-5f98120e96f4cc4d8b296471b07fbdb9ec5e8a1e.tar.gz rakudo-star-5f98120e96f4cc4d8b296471b07fbdb9ec5e8a1e.tar.bz2 |
Add new dependency for JSON modules
-rw-r--r-- | etc/modules.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/modules.txt b/etc/modules.txt index 51a8aca..80a1215 100644 --- a/etc/modules.txt +++ b/etc/modules.txt @@ -42,6 +42,7 @@ DBIish git https://github.com/raku-community-modules/DBIish.git # Taken from the previous iteration of Rakudo Star URI git https://github.com/raku-community-modules/uri.git master +JSON-OptIn git https://github.com/jonathanstowe/JSON-OptIn.git v0.0.1 JSON-Name git https://github.com/jonathanstowe/JSON-Name.git master JSON-Unmarshal git https://github.com/tadzik/JSON-Unmarshal.git master JSON-Marshal git https://github.com/jonathanstowe/JSON-Marshal.git master |