aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile1
-rw-r--r--skel/tools/build/Makefile.in3
2 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 951307a..3787f57 100644
--- a/Makefile
+++ b/Makefile
@@ -28,6 +28,7 @@ MODULES = \
git://github.com/masak/xml-writer \
git://github.com/moritz/svg \
git://github.com/moritz/Math-RungeKutta \
+ git://github.com/moritz/svg-plot \
git://github.com/moritz/Math-Model \
git://github.com/tadzik/perl6-Term-ANSIColor \
git://github.com/jnthn/test-mock \
diff --git a/skel/tools/build/Makefile.in b/skel/tools/build/Makefile.in
index 02b0c1f..c4fbb9f 100644
--- a/skel/tools/build/Makefile.in
+++ b/skel/tools/build/Makefile.in
@@ -57,6 +57,8 @@ MODULES = \
modules/Math-Model \
modules/perl6-Term-ANSIColor \
modules/test-mock \
+ modules/grammar-profiler-simple \
+ modules/grammar-debugger \
modules/Perl6-MIME-Base64 \
modules/perl6-lwp-simple \
modules/json \
@@ -64,6 +66,7 @@ MODULES = \
modules/perl6-File-Tools \
modules/panda \
modules/perl6-Config-INI \
+ modules/perl6-http-status \
modules/perl6-http-easy \
modules/Bailador \
modules/MiniDBI