aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorMoritz Lenz <moritz@faui2k3.org>2010-07-23 16:33:10 +0200
committerMoritz Lenz <moritz@faui2k3.org>2010-07-23 16:33:10 +0200
commit4c8db545dc63ce368c631e24ff88e57aaf0a9940 (patch)
tree7d115df2cc2766b845cf44aac6a0ec8d54aff6fb /build
parent2e74682011782de9b315a9e1c293917471294fd7 (diff)
use the rakudo 2010.07 tag for now
Diffstat (limited to 'build')
-rw-r--r--build/download-stuff.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/download-stuff.pl b/build/download-stuff.pl
index ef1088e..3ed2ba9 100644
--- a/build/download-stuff.pl
+++ b/build/download-stuff.pl
@@ -43,7 +43,7 @@ for my $m (@modules) {
# but possible )
#
# XXX we want rakudo 2010.07 of course, but that will give an error now
-my %tags = ( rakudo => '2010.06' );
+my %tags = ( rakudo => '2010.07' );
while (my ($project, $version) = each %tags) {
chdir $project or die "Can't chdir to '$project': $!";