From 2abd837abc3de1f7011b19b7e8906f36d3fb171e Mon Sep 17 00:00:00 2001 From: Moritz Lenz Date: Tue, 24 Jan 2012 11:42:09 +0100 Subject: change list of shipped modules Algorithm::Viterbi is currently broken, remove it. Replace HTTP::Server::Simple with HTTP:Easy, include Baildor and MiniDBI --- Makefile | 5 +++-- 1 file 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) \ -- cgit v1.1