perl
view release on metacpan - search on metacpan
view release on metacpan or search on metacpan
Cross/installperl.patch view on Meta::CPAN
--- ../installperl 2003-08-31 11:58:48.000000000 -0500
+++ installperl 2003-09-05 02:38:40.000000000 -0500
@@ -3,8 +3,8 @@
BEGIN {
require 5.004;
chdir '..' if !-d 'lib' and -d '../lib';
- @INC = 'lib';
- $ENV{PERL5LIB} = 'lib';
+# @INC = 'lib';
+# $ENV{PERL5LIB} = 'lib';
}
use strict;
@@ -946,7 +946,7 @@
print " " if (@opts);
print "$file\n";
}
- system("strip", @opts, $file);
+ system("XXSTRIPXX-strip", @opts, $file);
} else {
print "# file '$file' skipped\n" if $verbose;
}
view all matches for this distributionview release on metacpan - search on metacpan
( run in 0.471 second using v1.00-cache-2.02-grep-82fe00e-cpan-4673cadbf75 )