aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2020-07-16 12:08:47 +0200
committerPatrick Spek <p.spek@tyil.nl>2020-11-20 20:42:31 +0100
commit9453bf615c0e6d6f4b3419c25af21b107a8f4b23 (patch)
tree594c2f8b072e98025c707217ec810359da1c844a /etc
parenta70e59f4cb52a719a1fbd7ec7b96151b5771ec22 (diff)
Add a basic logging module
Diffstat (limited to 'etc')
-rw-r--r--etc/modules.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/etc/modules.txt b/etc/modules.txt
index 7734abe..330a891 100644
--- a/etc/modules.txt
+++ b/etc/modules.txt
@@ -9,9 +9,14 @@ zef git https://github.com/ugexe/zef.git v0.8.5
Perl6-TypeGraph git https://github.com/antoniogamiz/Perl6-TypeGraph.git v2.1.3
rakudoc git https://github.com/Raku/doc.git master
+# Logging
+Log git https://home.tyil.nl/git/raku/Log v0.3.1
+
+Terminal-ANSIColor git https://github.com/tadzik/Terminal-ANSIColor.git master
+Log-Colored git https://home.tyil.nl/git/raku/Log::Colored v0.1.1
+
# Configuration management
Hash-Merge git https://github.com/scriptkitties/p6-Hash-Merge.git v1.0.0
-Log git https://home.tyil.nl/git/raku/Log v0.3.1
IO-Path-XDG git https://home.tyil.nl/git/raku/IO::Path::XDG v0.2.0
Config git https://home.tyil.nl/git/raku/Config v3.0.0
@@ -45,7 +50,6 @@ Test-META git https://github.com/jonathanstowe/Test-META.git
XML-Writer git https://github.com/masak/xml-writer.git master
SVG git https://github.com/moritz/svg.git master
SVG-Plot git https://github.com/moritz/svg-plot.git master
-Terminal-ANSIColor git https://github.com/tadzik/Terminal-ANSIColor.git master
OO-Monitors git https://github.com/jnthn/oo-monitors.git master
Test-Mock git https://github.com/jnthn/test-mock.git master
Grammar-Profiler-Simple git https://github.com/perlpilot/Grammar-Profiler-Simple.git master