aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoritz Lenz <moritz@faui2k3.org>2012-05-04 11:47:01 +0200
committerMoritz Lenz <moritz@faui2k3.org>2012-05-04 11:47:35 +0200
commitf4960ac1af4cd3cb7451d0983be03fc515629f29 (patch)
treefea82d6fd018d98037544b919e505da897d46453
parentd45be1b55835730cab16e48e292e3d155a00656c (diff)
ship DBIish instead of MiniDBI
-rw-r--r--Makefile2
-rw-r--r--skel/tools/build/Makefile.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 807fb02..adfd3c3 100644
--- a/Makefile
+++ b/Makefile
@@ -42,7 +42,7 @@ MODULES = \
git://github.com/supernovus/perl6-http-status \
git://github.com/moritz/perl6-http-easy \
git://github.com/tadzik/Bailador \
- git://github.com/mberends/MiniDBI \
+ git://github.com/perl6/DBIish \
git://github.com/ihrd/uri \
git://github.com/cosimo/perl6-lwp-simple \
git://github.com/bbkr/jsonrpc \
diff --git a/skel/tools/build/Makefile.in b/skel/tools/build/Makefile.in
index c680637..0bfdc82 100644
--- a/skel/tools/build/Makefile.in
+++ b/skel/tools/build/Makefile.in
@@ -68,7 +68,7 @@ MODULES = \
modules/perl6-http-status \
modules/perl6-http-easy \
modules/Bailador \
- modules/MiniDBI \
+ modules/DBIish \
modules/uri \
modules/jsonrpc \
modules/Pod-To-HTML \