Skip to content

Commit

Permalink
added 'web' and 'rakudo-prelude' projects
Browse files Browse the repository at this point in the history
also removed the 'p6w' directory hack from November, which no longer has this
directory.
  • Loading branch information
Carl Masak committed Feb 15, 2009
1 parent 9f76c49 commit 14bcfc2
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions installer
Expand Up @@ -4,18 +4,22 @@ use v6;
my %project_info =
november => {
installcmd => 'git clone git://github.com/viklund/november.git',
main_subdir => 'p6w',
},
druid => {
installcmd => 'git clone git://github.com/masak/druid.git',
installcmd => 'git clone git://github.com/masak/druid.git',
},
perl6-examples => {
installcmd => 'git clone git://github.com/eric256/perl6-examples.git',
installcmd => 'git clone git://github.com/eric256/perl6-examples.git',
},
uri => {
installcmd => 'git clone git://github.com/ihrd/uri.git',
uri => {
installcmd => 'git clone git://github.com/ihrd/uri.git',
},
web => {
installcmd => 'git clone git://github.com/masak/web.git',
},
rakudo-prelude => {
installcmd => 'svn co https://rakudo-prelude.googlecode.com/svn/trunk',
},
# TODO: add web
;

given @*ARGS.shift {
Expand Down

0 comments on commit 14bcfc2

Please sign in to comment.