Browse Source

use latest version of perl-build

Joel Berger 11 years ago
parent
commit
858f593f28
1 changed files with 2 additions and 1 deletions
  1. 2 1
      toolset/setup/linux/languages/perl.sh

+ 2 - 1
toolset/setup/linux/languages/perl.sh

@@ -3,7 +3,8 @@
 RETCODE=$(fw_exists perl-5.18)
 RETCODE=$(fw_exists perl-5.18)
 [ ! "$RETCODE" == 0 ] || { return 0; }
 [ ! "$RETCODE" == 0 ] || { return 0; }
 
 
-fw_get https://raw.githubusercontent.com/tokuhirom/Perl-Build/72587c8a13c3cd7f26fd25d6243a89d7a0327b1d/perl-build -O perl-build.pl
+fw_get https://raw.github.com/tokuhirom/Perl-Build/master/perl-build -O perl-build.pl
+# compile with optimizations, n.b. this does not turn on debugging
 perl perl-build.pl -DDEBUGGING=-g 5.18.2 perl-5.18
 perl perl-build.pl -DDEBUGGING=-g 5.18.2 perl-5.18
 
 
 fw_get http://cpanmin.us -O cpanminus.pl
 fw_get http://cpanmin.us -O cpanminus.pl