2e4674016a
- release number must be high, because of stale version numbers of some of the subpackages - drop upstreamed patches - update the versions of bundled modules - shorten the paths in @INC - build without DEBUGGING - implement compatibility measures for the above two changes, for a short transition period - provide perl(:MODULE_COMPAT_5.10.0), for that transition period only
12 lines
510 B
Diff
12 lines
510 B
Diff
--- perl-5.10.1/installperl.orig 2009-11-18 15:44:47.000000000 +0100
|
|
+++ perl-5.10.1/installperl 2009-11-18 15:50:32.000000000 +0100
|
|
@@ -235,7 +235,7 @@
|
|
|
|
# Do some quick sanity checks.
|
|
|
|
-if (!$opts{notify} && $d_dosuid && $>) { die "You must run as root to install suidperl\n"; }
|
|
+# if (!$opts{notify} && $d_dosuid && $>) { die "You must run as root to install suidperl\n"; }
|
|
|
|
$installbin || die "No installbin directory in config.sh\n";
|
|
-d $installbin || mkpath($installbin, $opts{verbose}, 0777);
|