Name

SPVM::Builder::Config::DLL - Config for Dynamic Link Libraries

Description

SPVM::Builder::Config::DLL creates a config to generate dynamic link libraries.

Usage

use SPVM::Builder::Config::DLL;

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

$config;

Super Class

SPVM::Builder::Config::Linker

Class Methods

new

my $config = SPVM::Builder::Config::DLL->new(%fields);

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