aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoritz Lenz <moritz@faui2k3.org>2012-01-24 11:42:09 +0100
committerMoritz Lenz <moritz@faui2k3.org>2012-01-24 11:42:09 +0100
commit2abd837abc3de1f7011b19b7e8906f36d3fb171e (patch)
treeb2429b9ae8e76984bdbf2bdd916e367d58c60d75
parentce7a0725a87b7bf22d42b96bb9884436f31f53e5 (diff)
change list of shipped modules
Algorithm::Viterbi is currently broken, remove it. Replace HTTP::Server::Simple with HTTP:Easy, include Baildor and MiniDBI
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 8f58de1..aad5c64 100644
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,6 @@ MODULES = \
http://github.com/moritz/Math-RungeKutta \
http://github.com/moritz/Math-Model \
http://github.com/tadzik/perl6-Term-ANSIColor \
- http://github.com/arnsholt/Algorithm-Viterbi \
http://github.com/jnthn/test-mock \
http://github.com/moritz/json \
http://github.com/snarkyboojum/Perl6-MIME-Base64 \
@@ -33,7 +32,9 @@ MODULES = \
http://github.com/tadzik/perl6-File-Tools \
http://github.com/tadzik/perl6-Config-INI \
http://github.com/tadzik/panda \
- https://github.com/mberends/http-server-simple
+ https://github.com/supernovus/perl6-http-easy/ \
+ https://github.com/tadzik/Bailador \
+ https://github.com/mberends/MiniDBI \
DISTTARGETS = \
$(PARROT_DIR) \