#!/usr/local/cpanel/3rdparty/bin/perl $ENV{'LANG'} = 'C'; foreach my $path ( grep( !/cpan_sandbox/, split( /:/, $ENV{'PATH'} ) ) ) { next if $path =~ m{^/usr/local/cpanel/}; if ( -x $path . '/' . 'perl' ) { if ( grep( /^Makefile\.PL$/, @ARGV ) ) { print STDERR "perl-64bit-hack: enabled\n"; exec( $path . '/' . 'perl', '-I/usr/local/cpanel/scripts/cpan_sandbox', '-MExtUtils::MakeMaker::64BitHack', @ARGV ); } else { exec( $path . '/' . 'perl', @ARGV ); } } } die "Failed to exec perl: $!";
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
cc | File | 600 B | 0755 |
|
gcc | File | 600 B | 0755 |
|
mysql_config | File | 369 B | 0755 |
|
perl | File | 574 B | 0755 |
|
xml2-config | File | 367 B | 0755 |
|