SPVM::Builder::ObjectFileInfo - Object file information
SPVM::Builder::ObjectFileInfo is a object file information.
Fields of SPVM::Builder::ObjectFileInfo.
my $compile_info = $object_file_info->compile_info; $object_file_info->compile_info($compile_info);
Get and set the SPVM::Builder::CompileInfo object.
my $object_file_info = SPVM::Builder::ObjectFileInfo->new;
my $object_file = $object_file_info->to_string;
Get the object file name. This is same as $object_file-compile_info->output_file>.
$object_file-
SPVM::BlessedObject::String overloads the following operators.
my $bool = !!$object_file_info;
Always true.
my $object_file_name = "$object_file_info";
Alias for "to_string".
Copyright (c) 2023 Yuki Kimoto
MIT License
To install SPVM, copy and paste the appropriate command in to your terminal.
cpanm
cpanm SPVM
CPAN shell
perl -MCPAN -e shell install SPVM
For more information on module installation, please visit the detailed CPAN module installation guide.