about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2021-11-03 23:14:03 +0530
committerAndinus <andinus@nand.sh>2021-11-03 23:14:03 +0530
commit5ea807e64621a6cc75c0b4c70161feb0250fe3d6 (patch)
treeee2664290512f298a12ad94db267ce0d5c15f9fd
parentad61c0387986660c92f20aaf474fb404d67c07a5 (diff)
downloadfornax-5ea807e64621a6cc75c0b4c70161feb0250fe3d6.tar.gz
Add Hex2RGB module in META6.json
-rw-r--r--META6.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/META6.json b/META6.json
index eb45e73..1cf95de 100644
--- a/META6.json
+++ b/META6.json
@@ -7,7 +7,8 @@
     "license" : "ISC",
     "perl" : "6.d",
     "provides" : {
-        "Fornax::CLI" : "lib/Fornax/CLI.rakumod"
+        "Fornax::CLI" : "lib/Fornax/CLI.rakumod",
+        "Fornax::Hex2RGB" : "lib/Fornax/Hex2RGB.rakumod"
     },
     "depends" : [
         "Cairo:ver<0.2.7+>"