Skip to content

Commit

Permalink
add URI and LWP::Simple
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Apr 5, 2012
1 parent 60ba95e commit 70d774d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Makefile
Expand Up @@ -44,6 +44,8 @@ MODULES = \
git://github.com/supernovus/perl6-http-easy \
git://github.com/tadzik/Bailador \
git://github.com/mberends/MiniDBI \
git://github.com/ihrd/uri.git \
git://github.com/cosimo/perl6-lwp-simple.git \

DISTTARGETS = \
$(PARROT_DIR) \
Expand Down
4 changes: 3 additions & 1 deletion skel/tools/build/Makefile.in
Expand Up @@ -69,7 +69,9 @@ MODULES = \
modules/perl6-http-status \
modules/perl6-http-easy \
modules/Bailador \
modules/MiniDBI
modules/MiniDBI \
modules/uri \
modlues/perl6-lwp-simple \

all: rakudo

Expand Down

1 comment on commit 70d774d

@japhb
Copy link

@japhb japhb commented on 70d774d Apr 5, 2012

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Last changed line has a typo.

Please sign in to comment.