Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove some of the not working modules, add some new. Note the change…
…s in the announcement
  • Loading branch information
Tadeusz Sośnierz committed Apr 27, 2011
1 parent f742a45 commit c38a2a6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 13 deletions.
10 changes: 3 additions & 7 deletions Makefile
Expand Up @@ -19,26 +19,22 @@ MODULES = \
http://github.com/masak/ufo \
http://github.com/jnthn/zavolaj \
http://github.com/jnthn/blizkost \
http://github.com/mberends/MiniDBI \
http://github.com/masak/xml-writer \
http://github.com/moritz/svg \
http://github.com/moritz/svg-plot \
http://github.com/moritz/Math-RungeKutta \
http://github.com/moritz/Math-Model \
http://github.com/mathw/form \
http://github.com/tadzik/perl6-Term-ANSIColor \
http://github.com/arnsholt/Algorithm-Viterbi \
http://git.gitorious.org/http-daemon/mainline \
http://github.com/jnthn/test-mock \
http://github.com/ingydotnet/yaml-pm6 \
http://github.com/moritz/json \
http://github.com/snarkyboojum/Perl6-MIME-Base64 \
http://github.com/cosimo/perl6-lwp-simple \
http://github.com/cosimo/perl6-digest-md5 \
http://github.com/tadzik/perl6-File-Tools \
http://github.com/tadzik/perl6-Module-Tools \
http://github.com/tadzik/perl6-Config-INI

http://github.com/tadzik/perl6-Config-INI \
http://github.com/tadzik/Pies \
https://github.com/mberends/http-server-simple

DISTTARGETS = \
$(PARROT_DIR) \
Expand Down
7 changes: 2 additions & 5 deletions skel/build/Makefile.in
Expand Up @@ -54,25 +54,22 @@ PERL6_LANG_DIR = $(PARROT_LIB_DIR)/languages/perl6

MODULES = \
modules/zavolaj \
modules/MiniDBI \
modules/xml-writer \
modules/svg \
modules/svg-plot \
modules/Math-RungeKutta \
modules/Math-Model \
modules/mainline \
modules/perl6-Config-INI \
modules/perl6-Term-ANSIColor \
modules/Algorithm-Viterbi \
modules/test-mock \
modules/Perl6-MIME-Base64 \
modules/perl6-lwp-simple \
modules/json \
modules/yaml-pm6 \
modules/form \
modules/perl6-digest-md5 \
modules/perl6-File-Tools \
modules/perl6-Module-Tools
modules/Pies \
modules/http-server-simple

all: rakudo

Expand Down
4 changes: 3 additions & 1 deletion skel/docs/announce/2011.04
Expand Up @@ -24,7 +24,9 @@ and other resources collected from the Perl 6 community.

This release of Rakudo Star adds the following features over the
previous Star release:
* ...
* Modules MiniDBI, form, HTTP::Daemon, Yaml and Module::Tools are
removed in this release. Pies (including panda, the module
installer) and HTTP::Server::Simple were added instead

There are some key features of Perl 6 that Rakudo Star does not
yet handle appropriately, although they will appear in upcoming
Expand Down

0 comments on commit c38a2a6

Please sign in to comment.