Skip to content

Commit

Permalink
change list of shipped modules
Browse files Browse the repository at this point in the history
Algorithm::Viterbi is currently broken, remove it.
Replace HTTP::Server::Simple with HTTP:Easy, include Baildor and MiniDBI
  • Loading branch information
moritz committed Jan 24, 2012
1 parent ce7a072 commit 2abd837
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand All @@ -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) \
Expand Down

0 comments on commit 2abd837

Please sign in to comment.