Skip to content

Instantly share code, notes, and snippets.

@masak
Created March 22, 2009 16:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save masak/83212 to your computer and use it in GitHub Desktop.
Save masak/83212 to your computer and use it in GitHub Desktop.
diff --git a/proto b/proto
index 2f90ccb..ebfa71e 100755
--- a/proto
+++ b/proto
@@ -148,7 +148,7 @@ sub download_rakudo {
print 'Downloading Perl 6...';
if ( $config_info->{'Rakudo revision'} eq 'release' ) {
- my $rakudo_release = '2009-02';
+ my $rakudo_release = '2009-03';
my $tarfile = "rakudo-$rakudo_release.tar.gz";
my $rakudo_url = "http://www.pmichaud.com/perl6/$tarfile";
my $command = "wget $rakudo_url $silently";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment