File manager - Edit - /usr/local/cpanel/3rdparty/perl/542/cpanel-lib/Module/Install/Admin/Compiler.pm
Back
package Module::Install::Admin::Compiler; use strict; use Module::Install::Base; use File::Remove (); use Devel::PPPort (); use vars qw{$VERSION @ISA}; BEGIN { $VERSION = '1.21'; @ISA = qw{Module::Install::Base}; } sub ppport { my $self = shift; my $file = shift || 'ppport.h'; if ( -f $file ) { # Update the file to a newer version File::Remove::remove($file); } # Install the file (and remove on realclean) Devel::PPPort::WriteFile( $file ) or die "Failed to write $file"; $self->realclean_files( $file ); } 1;
| ver. 1.4 |
Github
|
.
| PHP 8.1.34 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings