aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTadeusz Sośnierz <tadzikes@gmail.com>2010-09-27 17:11:15 +0000
committerTadeusz Sośnierz <tadzikes@gmail.com>2010-09-27 17:11:15 +0000
commit2136cf618194d70da0ba3a801ea4f58b7f837c86 (patch)
treef3d7d9239e30e0ad82e8fb30c2a2386e497ecc0f
parent5ea5966a86e242c463dbfa533eaf91bfebe62dcc (diff)
Modules mashup
removed proto, changed File::Find to File::Tools, added Module::Tools, added neutro
-rw-r--r--Makefile5
-rw-r--r--skel/build/Makefile.in4
2 files changed, 6 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index d934154..3230c1c 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,6 @@ MODULES_DIR = $(DISTDIR)/modules
## in skel/build/Makefile.in to actually install it
MODULES = \
git://github.com/masak/ufo \
- git://github.com/masak/proto \
git://github.com/jnthn/zavolaj \
git://github.com/jnthn/blizkost \
git://github.com/mberends/MiniDBI \
@@ -26,7 +25,6 @@ MODULES = \
git://github.com/moritz/Math-RungeKutta \
git://github.com/moritz/Math-Model \
git://github.com/mathw/form \
- git://github.com/tadzik/perl6-File-Find \
git://github.com/tadzik/perl6-Term-ANSIColor \
git://github.com/arnsholt/Algorithm-Viterbi \
git://gitorious.org/http-daemon/mainline \
@@ -36,6 +34,9 @@ MODULES = \
git://github.com/snarkyboojum/Perl6-MIME-Base64 \
git://github.com/cosimo/perl6-lwp-simple \
git://github.com/cosimo/perl6-digest-md5.git \
+ git://github.com/tadzik/perl6-File-Tools.git \
+ git://github.com/tadzik/perl6-Module-Tools.git \
+ git://github.com/tadzik/neutro.git
DISTTARGETS = \
diff --git a/skel/build/Makefile.in b/skel/build/Makefile.in
index 60576c7..c94d541 100644
--- a/skel/build/Makefile.in
+++ b/skel/build/Makefile.in
@@ -62,7 +62,6 @@ MODULES = \
modules/Math-Model \
modules/mainline \
modules/perl6-Config-INI \
- modules/perl6-File-Find \
modules/perl6-Term-ANSIColor \
modules/Algorithm-Viterbi \
modules/test-mock \
@@ -72,6 +71,9 @@ MODULES = \
modules/yaml-pm6 \
modules/form \
modules/perl6-digest-md5 \
+ modules/perl6-File-Tools \
+ modules/perl6-Module-Tools \
+ modules/neutro
all: rakudo