aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTadeusz Sośnierz <tadzikes@gmail.com>2011-04-27 17:33:09 +0200
committerTadeusz Sośnierz <tadzikes@gmail.com>2011-04-27 17:33:25 +0200
commitc38a2a6fd2a0447e7b502a18ab071e125de2ccfb (patch)
treeb8556dc8e88594628d29382db93e8bfd7600e46a
parentf742a4535a42f121f55cb52aa0e79b196dcd985e (diff)
Remove some of the not working modules, add some new. Note the changes in the announcement
-rw-r--r--Makefile10
-rw-r--r--skel/build/Makefile.in7
-rw-r--r--skel/docs/announce/2011.044
3 files changed, 8 insertions, 13 deletions
diff --git a/Makefile b/Makefile
index 797d88a..8cdd767 100644
--- a/Makefile
+++ b/Makefile
@@ -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) \
diff --git a/skel/build/Makefile.in b/skel/build/Makefile.in
index b1653e2..a8cada1 100644
--- a/skel/build/Makefile.in
+++ b/skel/build/Makefile.in
@@ -54,13 +54,11 @@ 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 \
@@ -68,11 +66,10 @@ MODULES = \
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
diff --git a/skel/docs/announce/2011.04 b/skel/docs/announce/2011.04
index c6fea6e..4834b2d 100644
--- a/skel/docs/announce/2011.04
+++ b/skel/docs/announce/2011.04
@@ -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