aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2020-04-10 09:51:11 +0200
committerPatrick Spek <p.spek@tyil.nl>2020-04-10 09:51:11 +0200
commitc51923e91556dd27f71d557656fb76c824ced9f2 (patch)
tree31b53474564d48662b8e8bdfe2dbb4ddfea52b90
parent2c6c19a741c16b8e1ce81f112f69755b37635778 (diff)
Include NativeCall::TypeDiag community module for testing DBIish
-rw-r--r--etc/modules.txt17
1 files changed, 12 insertions, 5 deletions
diff --git a/etc/modules.txt b/etc/modules.txt
index b64af64..e6eef48 100644
--- a/etc/modules.txt
+++ b/etc/modules.txt
@@ -1,3 +1,7 @@
+# These modules are installed from top to bottom. There is *no* dependency
+# resolution when installing these through the rstar installer, so these need
+# to be resolved manually by including all dependencies here as well.
+
# Zef, the package manager
zef git https://github.com/ugexe/zef.git v0.8.3
@@ -5,10 +9,17 @@ zef git https://github.com/ugexe/zef.git v0.8.3
Perl6-TypeGraph git https://github.com/antoniogamiz/Perl6-TypeGraph.git v2.1.1
rakudoc git https://github.com/Raku/doc.git master
-# Config
+# Configuration management
Hash-Merge git https://github.com/scriptkitties/p6-Hash-Merge.git v1.0.0
Config git https://github.com/scriptkitties/p6-Config.git v2.0.1
+# Database interaction
+File-Directory-Tree git https://github.com/labster/p6-file-directory-tree.git master
+File-Temp git https://github.com/rbt/raku-File-Temp.git master
+NativeCall::TypeDiag git https://github.com/Skarsnik/nativecall-typediag.git master
+NativeHelpers-Blob git https://github.com/salortiz/NativeHelpers-Blob.git master
+DBIish git https://github.com/raku-community-modules/DBIish.git master
+
# Taken from the previous iteration of Rakudo Star
URI git https://github.com/raku-community-modules/uri.git master
JSON-Fast git https://github.com/timo/json_fast.git master
@@ -38,10 +49,7 @@ Template-Mustache git https://github.com/softmoth/p6-Template-Mustache.g
PSGI git https://github.com/supernovus/perl6-psgi.git master
HTTP-Easy git https://github.com/supernovus/perl6-http-easy.git master
Template-Mojo git https://github.com/tadzik/Template-Mojo.git master
-NativeHelpers-Blob git https://github.com/salortiz/NativeHelpers-Blob.git master
-DBIish git https://github.com/raku-community-modules/DBIish.git master
Test-When git https://github.com/raku-community-modules/perl6-Test-When.git master
-File-Directory-Tree git https://github.com/labster/p6-file-directory-tree.git master
Digest git https://github.com/grondilu/libdigest-perl6.git master
Testo git https://github.com/raku-community-modules/perl6-Testo.git master
Temp-Path git https://github.com/ufobat/perl6-Temp-Path.git master
@@ -49,7 +57,6 @@ Pod-Load git https://github.com/JJ/p6-pod-load.git
Test-Output git https://github.com/raku-community-modules/perl6-Test-Output.git master
Pod-To-HTML git https://github.com/perl6/Pod-To-HTML.git master
Pod-To-BigPage git https://github.com/perl6/perl6-pod-to-bigpage.git master
-File-Temp git https://github.com/rbt/raku-File-Temp.git master
File-Find git https://github.com/tadzik/File-Find.git master
Debugger-UI-CommandLine git https://github.com/jnthn/rakudo-debugger.git master
File-Which git https://github.com/azawawi/perl6-file-which.git master