changeset 6170:9549ba98f487

switch back to perl 5.10.0; 5.10.1 is broken https://github.com/janneke/gub/issues/7
author Graham Percival <graham@percival-music.ca>
date Sat, 15 Oct 2011 20:20:38 +0100
parents 3ba7afee45b6
children 65897e37a7ce
files gub/specs/perl.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gub/specs/perl.py	Sat Oct 08 15:22:36 2011 +0100
+++ b/gub/specs/perl.py	Sat Oct 15 20:20:38 2011 +0100
@@ -6,7 +6,7 @@
 # And this is supposed to be one of the most compiled packages?
 # So why doesn't anyone fix configuring/compiling it?  Shees.
 class Perl__tools (tools.AutoBuild):
-    source = 'http://www.cpan.org/src/perl-5.10.1.tar.gz'
+    source = 'http://www.cpan.org/src/5.0/perl-5.10.0.tar.gz'
     srcdir_build_broken = True
     def patch (self):
         tools.AutoBuild.patch (self)