⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.67
Server IP:
50.6.168.112
Server:
Linux server-617809.webnetzimbabwe.com 5.14.0-570.25.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jul 9 04:57:09 EDT 2025 x86_64
Server Software:
Apache
PHP Version:
8.4.10
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
.cpan
/
build
/
YAML-LibYAML-0.89-0
/
LibYAML
/
View File Name :
Makefile.PL
use ExtUtils::MakeMaker; use strict; use Config; # update.sh shouldn't be used, needs fix #if (-d '../.git') { # system("./update.sh") == 0 # or die "update.sh failed"; #} my $obj_files = join ' ', map { my $c = $_; $c =~ s/\.c$/$Config::Config{_o}/; $c; } glob("*.c"), 'LibYAML.c'; my $DEFINE = $^O eq 'MSWin32' ? '-DHAVE_CONFIG_H -DYAML_DECLARE_EXPORT' : '-DHAVE_CONFIG_H'; WriteMakefile( NAME => 'YAML::XS::LibYAML', PREREQ_PM => {}, # CCFLAGS => '-ansi -pedantic -Wall', # CCFLAGS => '-ansi -Wall', # CCFLAGS => '-pedantic -Wall', # CCFLAGS => '-Wall', DEFINE => $DEFINE, LIBS => [''], # e.g., '-lm' INC => '-I.', OBJECT => $obj_files, ABSTRACT_FROM => 'lib/YAML/XS/LibYAML.pm', AUTHOR => 'Ingy döt Net
', );