From 207413c8d9e92eeda74d0e920d3d615da9626c98 Mon Sep 17 00:00:00 2001 From: tony-o Date: Tue, 22 Dec 2020 15:10:49 -0800 Subject: [PATCH] fez CLI - a tool for module authors This is an initial look at a command line tool for uploading your modules to rakudo's ecosystem without futzing around in a github META.list or using other inferior services. --- META.list | 1 + 1 file changed, 1 insertion(+) diff --git a/META.list b/META.list index 1ba173c5..9385c7a1 100644 --- a/META.list +++ b/META.list @@ -870,6 +870,7 @@ https://raw.githubusercontent.com/tony-o/perl6-slang-sql/master/META6.json https://raw.githubusercontent.com/tony-o/perl6-template-protone/master/META6.json https://raw.githubusercontent.com/tony-o/perl6-web-scraper/master/META6.json https://raw.githubusercontent.com/tony-o/perl6-xoo/master/META6.json +https://raw.githubusercontent.com/tony-o/raku-fez/master/META6.json https://raw.githubusercontent.com/Tux/CSV/master/META6.json https://raw.githubusercontent.com/uasi/messagepack-pm6/master/META6.json https://raw.githubusercontent.com/ufobat/HTTP-Server-Ogre/master/META6.json