aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoritz Lenz <moritz@faui2k3.org>2012-06-26 22:02:19 +0200
committerMoritz Lenz <moritz@faui2k3.org>2012-06-26 22:02:19 +0200
commit2d2565e876008f0eec2a46a6e2f555d00ccbe423 (patch)
treed3218dab5d91ebbff314f9ba8247d08f5a92aae3
parent8b15e7965e49bd5d7722447c47c082ea73157b3d (diff)
ship version of ufo, pand and File::Tools from before the &dir API change
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 98cfb32..45ac416 100644
--- a/Makefile
+++ b/Makefile
@@ -90,6 +90,10 @@ $(RAKUDO_TGZ):
$(MODULES_DIR): always
mkdir -p $(MODULES_DIR)
cd $(MODULES_DIR); for repo in $(MODULES); do git clone $$repo.git; done
+ # use versions before the &dir API change
+ cd $(MODULES_DIR)/ufo; git checkout e889d21c3bbee0f49b3a6d8ef6a6593c6be24ac9
+ cd $(MODULES_DIR)/perl6-File-Tools; git checkout 4573308b3572ad3abe47b5a685697c6e31d30a78
+ cd $(MODULES_DIR)/panda; git checkout 30a73cae58bca562019250cbff76ff950c640a2c
# cd $(MODULES_DIR)/yaml-pm6; git checkout rakudo-star-1
star-patches: