aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorJonathan Scott Duff <duff@pobox.com>2010-07-20 16:10:00 -0500
committerJonathan Scott Duff <duff@pobox.com>2010-07-20 16:10:00 -0500
commit5f7ec1156a7d990aeb35bdbc1b809f4c9c17a9f5 (patch)
tree9bb6007e78efa6b8086a99eec63d69350f426b81 /build
parent60b0a8e4fd8fa8f4c33088595026813623152611 (diff)
Add some more projects to the list
Diffstat (limited to 'build')
-rw-r--r--build/download-stuff.pl4
1 files changed, 4 insertions, 0 deletions
diff --git a/build/download-stuff.pl b/build/download-stuff.pl
index 3fa225f..2381481 100644
--- a/build/download-stuff.pl
+++ b/build/download-stuff.pl
@@ -11,6 +11,10 @@ my @modules = qw(
http://github.com/moritz/svg-plot
http://github.com/moritz/Math-RungeKutta
http://github.com/moritz/Math-Model
+ http://github.com/mattw/form
+ http://github.com/tadzik/perl6-Config-INI
+ http://github.com/arnsholt/Algorithm-Viterbi
+ http://gitorious.org/http-daemon/mainline
);
chdir 'dist' or die "Can't chdir to build dir: $!";