Name

SPVM::Builder::Config::Exe - Config for Executable Files

Description

SPVM::Builder::Config::Exe creates a config to generate executable files.

Usage

use SPVM::Builder::Config::Exe;

my $config = SPVM::Builder::Config::Exe->new

$config;

Super Class

SPVM::Builder::Config::Linker

Class Methods

new

my $config = SPVM::Builder::Config::Exe->new(%options);

Creates a new SPVM::Builder::Config::Exe object by calling new method in the super class with %fields, and sets output_type field to "exe", and returns the new object.