? GR0V Shell

GR0V shell

Linux server122.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64

Path : /usr/share/perl5/vendor_perl/ExtUtils/CBuilder/Platform/
File Upload :
Current File : //usr/share/perl5/vendor_perl/ExtUtils/CBuilder/Platform/dec_osf.pm

package ExtUtils::CBuilder::Platform::dec_osf;

use warnings;
use strict;
use ExtUtils::CBuilder::Platform::Unix;
use File::Spec;

our $VERSION = '0.280230'; # VERSION
our @ISA = qw(ExtUtils::CBuilder::Platform::Unix);

sub link_executable {
  my $self = shift;
  # $Config{ld} is 'ld' but that won't work: use the cc instead.
  local $self->{config}{ld} = $self->{config}{cc};
  return $self->SUPER::link_executable(@_);
}

1;

T1KUS90T
  root-grov@198.54.114.191:~$