Skip to content

Commit

Permalink
use star 2010.09
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Sep 29, 2010
1 parent f488637 commit dba2a5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions evalbot.pl
Expand Up @@ -135,9 +135,9 @@ package Evalbot;
>,
},
star => {
chdir => "$home/rakudo-star-2010.07/",
chdir => "$home/rakudo-star-2010.09/",
cmd_line => 'cat %i | ./perl6 %program >> %out 2>&1',
revision => sub { '2010.07' },
revision => sub { '2010.09' },
filter => \&filter_pct,
# Rakudo loops infinitely when first using Safe.pm, and then declaring
# another class. So don't do that, rather inline the contents of Safe.pm.
Expand Down

0 comments on commit dba2a5f

Please sign in to comment.